Tobias von Dewitz 6363b7d310 created v4 | пре 2 година | |
---|---|---|
.. | ||
.gitignore | пре 2 година | |
LICENSE | пре 2 година | |
Makefile | пре 2 година | |
README.md | пре 2 година | |
codecov.yml | пре 2 година | |
data_source.go | пре 2 година | |
deprecated.go | пре 2 година | |
error.go | пре 2 година | |
file.go | пре 2 година | |
helper.go | пре 2 година | |
ini.go | пре 2 година | |
key.go | пре 2 година | |
parser.go | пре 2 година | |
section.go | пре 2 година | |
struct.go | пре 2 година |
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.6.
$ 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.