|
|
7 years ago | |
|---|---|---|
| .. | ||
| .gitignore | 7 years ago | |
| .travis.yml | 7 years ago | |
| LICENSE | 7 years ago | |
| Makefile | 7 years ago | |
| README.md | 7 years ago | |
| error.go | 7 years ago | |
| file.go | 7 years ago | |
| ini.go | 7 years ago | |
| key.go | 7 years ago | |
| parser.go | 7 years ago | |
| section.go | 7 years ago | |
| struct.go | 7 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.