Package ini provides INI file read and write functionality in Go.
[]byte, io.Reader and io.ReadCloser) with overwrites.The minimum requirement of Go is 1.13.
$ go get gopkg.in/ini.v1@latest
[!NOTE] If you previously used
github.com/go-ini/inias the import path in your project, without updating all of your code, you can use the following command to replace the import path in yourgo.mod:go mod edit -replace github.com/go-ini/ini=gopkg.in/ini.v1@latest
This project is under Apache v2 License. See the LICENSE file for the full license text.