https://github.com/gravityblast/config
Config file parser for Go
https://github.com/gravityblast/config
Last synced: about 1 year 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T03:58:38.000Z (about 9 years ago)
- Last Synced: 2025-04-12T04:09:20.446Z (about 1 year ago)
- Language: Go
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Config
[](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