Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelchcki/configurator
A library to handle many sources of configuration, and merge it to one usable configuration struct type supplied on initialization.
https://github.com/pawelchcki/configurator
Last synced: about 2 months ago
JSON representation
A library to handle many sources of configuration, and merge it to one usable configuration struct type supplied on initialization.
- Host: GitHub
- URL: https://github.com/pawelchcki/configurator
- Owner: pawelchcki
- License: bsd-2-clause
- Created: 2013-08-03T22:27:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-22T20:20:05.000Z (about 11 years ago)
- Last Synced: 2024-04-18T04:11:48.492Z (8 months ago)
- Language: Go
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Configurator
============A library to handle many sources of configuration, and merge it to one usable configuration struct type supplied on initialization.
TODO
======- add support for array and map configurations e.g. `type []SomeStruct`