|
1 rok temu | |
---|---|---|
.. | ||
.editorconfig | 1 rok temu | |
.gitignore | 1 rok temu | |
.golangci.yml | 1 rok temu | |
LICENSE | 1 rok temu | |
Makefile | 1 rok temu | |
README.md | 1 rok temu | |
codecov.yml | 1 rok temu | |
data_source.go | 1 rok temu | |
deprecated.go | 1 rok temu | |
error.go | 1 rok temu | |
file.go | 1 rok temu | |
helper.go | 1 rok temu | |
ini.go | 1 rok temu | |
key.go | 1 rok temu | |
parser.go | 1 rok temu | |
section.go | 1 rok temu | |
struct.go | 1 rok temu |
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.