Tamal Saha 34d06f4c6b | 5 years ago | |
---|---|---|
.. | ||
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
LICENSE | 7 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
error.go | 8 years ago | |
file.go | 5 years ago | |
ini.go | 5 years ago | |
key.go | 5 years ago | |
parser.go | 5 years ago | |
section.go | 5 years ago | |
struct.go | 5 years ago |
Package ini provides INI file read and write functionality in Go.
[]byte
, file and io.ReadCloser
) with overwrites.The minimum requirement of Go is 1.6.
To use a tagged revision:
$ go get gopkg.in/ini.v1
To use with latest changes:
$ go get github.com/go-ini/ini
Please add -u
flag to update in the future.
This project is under Apache v2 License. See the LICENSE file for the full license text.