Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcw/ini
- Owner: marcw
- License: mit
- Created: 2013-04-08T18:44:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T11:28:56.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T13:12:14.919Z (3 months ago)
- Language: Go
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).