From 807d89cfc76e37909e38611b0849233580c97c6e Mon Sep 17 00:00:00 2001 From: Jon Chen Date: Wed, 21 Jun 2017 14:19:25 -0700 Subject: [PATCH] lowercase logrus --- README.md | 4 ++-- glogrus.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a2e2a2..b1bd9ec 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ import( "github.com/goji/glogrus2" "goji.io" "net/http" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" ) func main() { @@ -37,7 +37,7 @@ import( "goji.io" "golang.org/x/net/context" "net/http" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" ) func main() { diff --git a/glogrus.go b/glogrus.go index 4acc4c9..a3842f0 100644 --- a/glogrus.go +++ b/glogrus.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" "time" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" "goji.io" "golang.org/x/net/context" ) @@ -20,7 +20,7 @@ import ( // import( // ""goji.io" // "github.com/goji/glogrus2" -// "github.com/Sirupsen/logrus" +// "github.com/sirupsen/logrus" // ) // // func main() { @@ -51,7 +51,7 @@ func NewGlogrus(l *logrus.Logger, name string) func(goji.Handler) goji.Handler { // import( // ""goji.io" // "github.com/goji/glogrus2" -// "github.com/Sirupsen/logrus" +// "github.com/sirupsen/logrus" // ) // // func main() {