Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravityblast/config
Config file parser for Go
https://github.com/gravityblast/config
Last synced: about 9 hours ago
JSON representation
Config file parser for Go
- Host: GitHub
- URL: https://github.com/gravityblast/config
- Owner: gravityblast
- License: mit
- Created: 2013-09-25T15:36:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T03:58:38.000Z (over 7 years ago)
- Last Synced: 2024-06-20T14:17:19.111Z (5 months ago)
- Language: Go
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Config
[![Build Status](https://travis-ci.org/pilu/config.png?branch=master)](https://travis-ci.org/pilu/config)
Configuration file parser for [Go](http://golang.org/).
For documentation and examples check here: [http://godoc.org/github.com/pilu/config](http://godoc.org/github.com/pilu/config)## Author
Andrea Franz - [http://gravityblast.com](http://gravityblast.com)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request