ini

Package ini provides INI file read and write functionality in Go.

Github星跟踪图

INI

Build Status Sourcegraph

Package ini provides INI file read and write functionality in Go.

Features

  • Load from multiple data sources([]byte, file and io.ReadCloser) with overwrites.
  • Read with recursion values.
  • Read with parent-child sections.
  • Read with auto-increment key names.
  • Read with multiple-line values.
  • Read with tons of helper methods.
  • Read and convert values to Go types.
  • Read and WRITE comments of sections and keys.
  • Manipulate sections, keys and comments with ease.
  • Keep sections and keys in order as you parse and save.

Installation

The minimum requirement of Go is 1.6.

$ go get gopkg.in/ini.v1

Please add -u flag to update in the future.

Getting Help

License

This project is under Apache v2 License. See the LICENSE file for the full license text.

主要指标

概览
名称与所有者go-ini/ini
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证Apache License 2.0
所有者活动
创建于2014-12-18 07:36:37
推送于2024-05-01 19:51:06
最后一次提交
发布数104
最新版本名称v1.67.0 (发布于 )
第一版名称v0 (发布于 )
用户参与
星数3.5k
关注者数76
派生数381
提交数329
已启用问题?
问题数245
打开的问题数58
拉请求数86
打开的拉请求数7
关闭的拉请求数27
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?