Unknwon bcf83ea792 vendor: update gopkg.in/ini.v1 | il y a 6 ans | |
---|---|---|
.. | ||
LICENSE | il y a 6 ans | |
Makefile | il y a 6 ans | |
README.md | il y a 6 ans | |
error.go | il y a 7 ans | |
file.go | il y a 6 ans | |
ini.go | il y a 6 ans | |
key.go | il y a 6 ans | |
parser.go | il y a 6 ans | |
section.go | il y a 6 ans | |
struct.go | il y a 6 ans |
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.