Colin Arnott 80655026d2 upgrade gopkg.in/ini.v1 (#8500) | hace 5 años | |
---|---|---|
.. | ||
.gitignore | hace 5 años | |
.travis.yml | hace 5 años | |
LICENSE | hace 7 años | |
Makefile | hace 5 años | |
README.md | hace 5 años | |
data_source.go | hace 5 años | |
deprecated.go | hace 5 años | |
error.go | hace 5 años | |
file.go | hace 5 años | |
helper.go | hace 5 años | |
ini.go | hace 5 años | |
key.go | hace 5 años | |
parser.go | hace 5 años | |
section.go | hace 5 años | |
struct.go | hace 5 años |
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.