GitHub - go-ini/ini: Package ini provides INI file read and write functionality in Go
Package ini provides INI file read and write functionality in Go.
The minimum requirement of Go is 1.13.
Note
If you previously used github.com/go-ini/ini as the import path in your project, without updating all of your code, you can use the following command to replace the import path in your go.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.