https://github.com/goreflect/go_uni_config
Universal configuration structure (adaptate json, yaml, hocon into one struct) and smart cast to any of this type structure by special parser
https://github.com/goreflect/go_uni_config
Last synced: 6 months ago
JSON representation
Universal configuration structure (adaptate json, yaml, hocon into one struct) and smart cast to any of this type structure by special parser
- Host: GitHub
- URL: https://github.com/goreflect/go_uni_config
- Owner: goreflect
- License: mit
- Created: 2020-01-16T21:05:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T21:05:34.000Z (over 6 years ago)
- Last Synced: 2025-07-13T20:48:24.338Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go_uni_config
Universal configuration structure (adaptate json, yaml, hocon into one struct) and smart cast to any of this type structure by special parser