An open API service indexing awesome lists of open source software.

https://github.com/zombiezen/go-ini

A parser and serializer for the INI file format in Go
https://github.com/zombiezen/go-ini

go golang golang-library ini-parser

Last synced: 9 months ago
JSON representation

A parser and serializer for the INI file format in Go

Awesome Lists containing this project

README

          

# `zombiezen.com/go/ini` Package

The Go package `ini` provides a parser and serializer for the [INI file format][].

[INI file format]: https://en.wikipedia.org/wiki/INI_file

## Install

```shell
go get zombiezen.com/go/ini
```

## License

[BSD 3-Clause](LICENSE). This package was spun out from `github.com/yourbase/commons`.