haiswork da96f3196f init | hace 6 años | |
---|---|---|
.. | ||
.gitignore | hace 6 años | |
.travis.yml | hace 6 años | |
LICENSE | hace 6 años | |
Makefile | hace 6 años | |
README.md | hace 6 años | |
error.go | hace 6 años | |
file.go | hace 6 años | |
ini.go | hace 6 años | |
key.go | hace 6 años | |
parser.go | hace 6 años | |
section.go | hace 6 años | |
struct.go | hace 6 años |
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.