Skip to content

Commit

Permalink
feat: add go report card
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed May 10, 2020
1 parent beb0420 commit b94b708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Workflow Status][workflow-image]][workflow-url]
[![Go Version][goversion-image]][goversion-url]
[![Documentation][doc-image]][doc-url]
[![Go Report Card][report-image]][report-url]

GoFig is a configuration loading library for Go. It aims to provide a simple, flexible and
decoupled API for all your configuration loading needs.
Expand Down Expand Up @@ -62,6 +63,8 @@ GoFig implements it's parsers as sub modules. Currently it supports:
[goversion-url]: https://golang.org/
[doc-image]: https://img.shields.io/badge/Documentation-pkg.go.dev-00ADD8.svg?style=flat&logo=go&logoColor=white
[doc-url]: https://pkg.go.dev/go.krak3n.codes/gofig
[report-image]: https://goreportcard.com/badge/github.com/krak3n/gofig?style=flat-square
[report-url]: https://goreportcard.com/report/github.com/krak3n/gofig
[env-url]: ./parsers/env
[json-url]: ./parsers/json
[toml-url]: ./parsers/toml
Expand Down

0 comments on commit b94b708

Please sign in to comment.