Tobias von Dewitz 6363b7d310 created v4 | há 2 anos atrás | |
---|---|---|
.. | ||
.gitignore | há 2 anos atrás | |
LICENSE | há 2 anos atrás | |
Makefile | há 2 anos atrás | |
README.md | há 2 anos atrás | |
codecov.yml | há 2 anos atrás | |
data_source.go | há 2 anos atrás | |
deprecated.go | há 2 anos atrás | |
error.go | há 2 anos atrás | |
file.go | há 2 anos atrás | |
helper.go | há 2 anos atrás | |
ini.go | há 2 anos atrás | |
key.go | há 2 anos atrás | |
parser.go | há 2 anos atrás | |
section.go | há 2 anos atrás | |
struct.go | há 2 anos atrás |
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.