Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Go Config
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config?ref=badge_shield)


Package provides routines that loads configuration into provided structure from provided sources.

Expand Down Expand Up @@ -53,4 +55,7 @@ Supported config sources:
- json
- yaml
- toml
- consul
- consul

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config?ref=badge_large)