Package ini provides INI file read and write functionality in Go
3,543
stars
322
commits
Go
primary language
Sep 5, 2026
updated
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.
Go
99.9%
Package ini provides INI file read and write functionality in Go
3,543
stars
322
commits
Go
primary language
Sep 5, 2026
updated
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.
Go
99.9%