|
|
6 년 전 | |
|---|---|---|
| .. | ||
| .travis.yml | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| LICENSE | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| Makefile | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| README.md | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| error.go | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| file.go | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| ini.go | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| key.go | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| parser.go | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| section.go | 7e390b4180 Update dependency package and CI config | 6 년 전 |
| struct.go | 7e390b4180 Update dependency package and CI config | 6 년 전 |
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.
To use a tagged revision:
$ go get gopkg.in/ini.v1
To use with latest changes:
$ go get github.com/go-ini/ini
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.