Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
celian-garcia committed Aug 2, 2020
1 parent 958f3bf commit 687f811
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# enviper

[![GoDoc](https://godoc.org/github.com/iamolegga/enviper?status.svg)](https://godoc.org/github.com/iamolegga/enviper)
[![Build Status](https://circleci.com/gh/iamolegga/enviper.svg?style=svg)](https://circleci.com/gh/iamolegga/enviper)
[![Test Coverage](https://api.codeclimate.com/v1/badges/85fb13ce6638226a3732/test_coverage)](https://codeclimate.com/github/iamolegga/enviper/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/85fb13ce6638226a3732/maintainability)](https://codeclimate.com/github/iamolegga/enviper/maintainability)
[![Go Report Card](https://goreportcard.com/badge/github.com/iamolegga/enviper)](https://goreportcard.com/report/github.com/iamolegga/enviper)
[![GoDoc](https://godoc.org/github.com/milobella/enviper?status.svg)](https://godoc.org/github.com/milobella/enviper)
[![Build Status](https://circleci.com/gh/milobella/enviper.svg?style=svg)](https://circleci.com/gh/milobella/enviper)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c711121840625edc0c38/test_coverage)](https://codeclimate.com/github/milobella/enviper/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/c711121840625edc0c38/maintainability)](https://codeclimate.com/github/milobella/enviper/maintainability)
[![Go Report Card](https://goreportcard.com/badge/github.com/milobella/enviper)](https://goreportcard.com/report/github.com/milobella/enviper)

Package enviper is a helper/wrapper for [viper](http://github.com/spf13/viper) with the same API.
It makes it possible to unmarshal config to struct considering environment variables.
Expand Down

0 comments on commit 687f811

Please sign in to comment.