Colin Arnott 80655026d2 upgrade gopkg.in/ini.v1 (#8500) | пре 5 година | |
---|---|---|
.. | ||
.gitignore | пре 5 година | |
.travis.yml | пре 5 година | |
LICENSE | пре 7 година | |
Makefile | пре 5 година | |
README.md | пре 5 година | |
data_source.go | пре 5 година | |
deprecated.go | пре 5 година | |
error.go | пре 5 година | |
file.go | пре 5 година | |
helper.go | пре 5 година | |
ini.go | пре 5 година | |
key.go | пре 5 година | |
parser.go | пре 5 година | |
section.go | пре 5 година | |
struct.go | пре 5 година |
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.
$ go get gopkg.in/ini.v1
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.