jason 075d766964 first | 3 年 前 | |
---|---|---|
.. | ||
.github | 3 年 前 | |
testdata | 3 年 前 | |
.gitignore | 3 年 前 | |
.travis.yml | 3 年 前 | |
LICENSE | 3 年 前 | |
Makefile | 3 年 前 | |
README.md | 3 年 前 | |
bench_test.go | 3 年 前 | |
data_source.go | 3 年 前 | |
deprecated.go | 3 年 前 | |
error.go | 3 年 前 | |
file.go | 3 年 前 | |
file_test.go | 3 年 前 | |
helper.go | 3 年 前 | |
helper_test.go | 3 年 前 | |
ini.go | 3 年 前 | |
ini_internal_test.go | 3 年 前 | |
ini_python_multiline_test.go | 3 年 前 | |
ini_test.go | 3 年 前 | |
key.go | 3 年 前 | |
key_test.go | 3 年 前 | |
parser.go | 3 年 前 | |
parser_test.go | 3 年 前 | |
section.go | 3 年 前 | |
section_test.go | 3 年 前 | |
struct.go | 3 年 前 | |
struct_test.go | 3 年 前 |
Package ini provides INI file read and write functionality in Go.
[]byte
, file 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.