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