Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcw/ini

Package ini is a parser for ini files implemented using 'text/scanner' package.
https://github.com/marcw/ini

Last synced: 2 months ago
JSON representation

Package ini is a parser for ini files implemented using 'text/scanner' package.

Awesome Lists containing this project

README

        

# Ini

[![Build Status](https://travis-ci.org/marcw/ini.png?branch=master)](https://travis-ci.org/marcw/ini)

Package ini is a parser for ini files implemented using the 'text/scanner' package.
It can also parse the git configuration file format.

## Documentation

Documentation is available at [godoc.org](http://godoc.org/github.com/marcw/ini)

## License

This code is free to use and distribute, under the [MIT
license](https://github.com/marcw/ini/blob/master/LICENSE).