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