This package browser is in early development. Mind the rough edges.

go-github-com-errata-ai-ini 1.63.0

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 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

Install go-github-com-errata-ai-ini 1.63.0 as follows:

guix install go-github-com-errata-ai-ini@1.63.0

Or install the latest version:

guix install go-github-com-errata-ai-ini

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.