Unknwon bcf83ea792 vendor: update gopkg.in/ini.v1 | há 6 anos atrás | |
---|---|---|
.. | ||
LICENSE | há 6 anos atrás | |
Makefile | há 6 anos atrás | |
README.md | há 6 anos atrás | |
error.go | há 7 anos atrás | |
file.go | há 6 anos atrás | |
ini.go | há 6 anos atrás | |
key.go | há 6 anos atrás | |
parser.go | há 6 anos atrás | |
section.go | há 6 anos atrás | |
struct.go | há 6 anos atrás |
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.