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