jason 075d766964 first | hace 3 años | |
---|---|---|
.. | ||
.github | hace 3 años | |
testdata | hace 3 años | |
.gitignore | hace 3 años | |
.travis.yml | hace 3 años | |
LICENSE | hace 3 años | |
Makefile | hace 3 años | |
README.md | hace 3 años | |
bench_test.go | hace 3 años | |
error.go | hace 3 años | |
file.go | hace 3 años | |
file_test.go | hace 3 años | |
ini.go | hace 3 años | |
ini_internal_test.go | hace 3 años | |
ini_test.go | hace 3 años | |
key.go | hace 3 años | |
key_test.go | hace 3 años | |
parser.go | hace 3 años | |
parser_test.go | hace 3 años | |
section.go | hace 3 años | |
section_test.go | hace 3 años | |
struct.go | hace 3 años | |
struct_test.go | hace 3 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.
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.