From 058865e9a88dd388ecee1767e8fee2556bd4db0a Mon Sep 17 00:00:00 2001 From: Alexandre Richonnier Date: Tue, 4 Oct 2016 21:49:33 +0200 Subject: [PATCH] add link to Logrus and Viper integration Helper --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf17560..f2a865f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Many Go projects are built using Viper including: * [BloomApi](https://www.bloomapi.com/) * [doctl](https://github.com/digitalocean/doctl) +Some use cases: + +* [Logrus Helper](https://github.com/heirko/go-contrib/tree/master/logrusHelper), an helper to mixin Viper and [Logrus](https://github.com/Sirupsen/logrus) + [![Build Status](https://travis-ci.org/spf13/viper.svg)](https://travis-ci.org/spf13/viper) [![Join the chat at https://gitter.im/spf13/viper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/spf13/viper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)