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