|
пре 6 месеци | |
---|---|---|
.. | ||
.editorconfig | пре 6 месеци | |
.gitignore | пре 6 месеци | |
.golangci.yml | пре 6 месеци | |
LICENSE | пре 6 месеци | |
Makefile | пре 6 месеци | |
README.md | пре 6 месеци | |
codecov.yml | пре 6 месеци | |
data_source.go | пре 6 месеци | |
deprecated.go | пре 6 месеци | |
error.go | пре 6 месеци | |
file.go | пре 6 месеци | |
helper.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
, 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.