Unknwon bcf83ea792 vendor: update gopkg.in/ini.v1 | 6 years ago | |
---|---|---|
.. | ||
LICENSE | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
error.go | 7 years ago | |
file.go | 6 years ago | |
ini.go | 6 years ago | |
key.go | 6 years ago | |
parser.go | 6 years ago | |
section.go | 6 years ago | |
struct.go | 6 years ago |
Package ini provides INI file read and write functionality in Go.
[]byte
, file and io.ReadCloser
) with overwrites.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.