Skip to content

Commit

Permalink
Merge pull request sirupsen#360 from morenoh149/patch-1
Browse files Browse the repository at this point in the history
change 'log' -> 'logrus'
  • Loading branch information
sirupsen committed May 24, 2016
2 parents cd7d1bb + 67fb1f3 commit 6d9ae30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import (
)

func main() {
log.WithFields(log.Fields{
log.WithFields(logrus.Fields{
"animal": "walrus",
}).Info("A walrus appears")
}
Expand Down

0 comments on commit 6d9ae30

Please sign in to comment.