From 655c9d29f0965bc7a2971d7350351a87b733f3b2 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 16 Oct 2018 02:32:27 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2131a..130327e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -53,4 +55,7 @@ Supported config sources: - json - yaml - toml -- consul \ No newline at end of file +- 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) \ No newline at end of file