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