|
1 year ago | |
---|---|---|
.. | ||
.editorconfig | 1 year ago | |
.gitignore | 1 year ago | |
.golangci.yml | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
codecov.yml | 1 year ago | |
data_source.go | 1 year ago | |
deprecated.go | 1 year ago | |
error.go | 1 year ago | |
file.go | 1 year ago | |
helper.go | 1 year ago | |
ini.go | 1 year ago | |
key.go | 1 year ago | |
parser.go | 1 year ago | |
section.go | 1 year ago | |
struct.go | 1 year ago |
Package ini provides INI file read and write functionality in Go.
[]byte
, io.Reader
and io.ReadCloser
) with overwrites.The minimum requirement of Go is 1.13.
$ 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.