https://github.com/issue9/ini
ini读写包
https://github.com/issue9/ini
Last synced: 4 months ago
JSON representation
ini读写包
- Host: GitHub
- URL: https://github.com/issue9/ini
- Owner: issue9
- License: mit
- Created: 2016-06-16T12:15:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T12:20:55.000Z (almost 10 years ago)
- Last Synced: 2024-06-20T05:06:04.467Z (almost 2 years ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ini [](https://travis-ci.org/issue9/ini)
======
提供了一些基本的 ini 文件读写操作
### 安装
```shell
go get github.com/issue9/ini
```
### 文档
[](http://gowalker.org/github.com/issue9/ini)
[](https://godoc.org/github.com/issue9/ini)
### 版权
本项目采用 [MIT](http://opensource.org/licenses/MIT) 开源授权许可证,完整的授权说明可在 [LICENSE](LICENSE) 文件中找到。