|
il y a 1 an | |
---|---|---|
.. | ||
.editorconfig | il y a 1 an | |
.gitignore | il y a 1 an | |
.golangci.yml | il y a 1 an | |
LICENSE | il y a 1 an | |
Makefile | il y a 1 an | |
README.md | il y a 1 an | |
codecov.yml | il y a 1 an | |
data_source.go | il y a 1 an | |
deprecated.go | il y a 1 an | |
error.go | il y a 1 an | |
file.go | il y a 1 an | |
helper.go | il y a 1 an | |
ini.go | il y a 1 an | |
key.go | il y a 1 an | |
parser.go | il y a 1 an | |
section.go | il y a 1 an | |
struct.go | il y a 1 an |
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.