go-github-com-errata-ai-ini
INI file read and write functionality in Golang
This Package provides a functionality of INI file read and write, implementing features:
load from multiple data sources(file,
[]byte
,io.Reader
andio.ReadCloser
) with overwritesread 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
- Versions: 1.63.0
- Website: https://github.com/errata-ai/ini
- Licenses: ASL 2.0
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-github-com-errata-ai-ini
as follows:
guix install go-github-com-errata-ai-ini
Or install a particular version:
guix install go-github-com-errata-ai-ini@1.63.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/go-github-com-errata-ai-ini/'><img src='http://127.0.0.1:3000/packages/go-github-com-errata-ai-ini/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/go-github-com-errata-ai-ini/badges/latest-version.svg)](http://127.0.0.1:3000/packages/go-github-com-errata-ai-ini/) Org: [[http://127.0.0.1:3000/packages/go-github-com-errata-ai-ini/][http://127.0.0.1:3000/packages/go-github-com-errata-ai-ini/badges/latest-version.svg]]