Revert "Merge pull request #384 from mnzt/master"

This reverts commit 42b84f9ec6, reversing
changes made to cf60a8c5d5.
This commit is contained in:
Simon Eskildsen
2016-12-01 18:53:16 -05:00
parent 42b84f9ec6
commit 26809363aa
11 changed files with 25 additions and 33 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ The simplest way to use Logrus is simply the package-level exported logger:
package main
import (
log "github.com/sirupsen/logrus"
log "github.com/Sirupsen/logrus"
)
func main() {
@@ -21,6 +21,6 @@ The simplest way to use Logrus is simply the package-level exported logger:
Output:
time="2015-09-07T08:48:33Z" level=info msg="A walrus appears" animal=walrus number=1 size=10
For a full guide visit https://github.com/sirupsen/logrus
For a full guide visit https://github.com/Sirupsen/logrus
*/
package logrus