Merge pull request #71 from mpuncel/mpuncel/fix-readme

fix bug in example in README
This commit is contained in:
Simon Eskildsen 2014-10-27 22:31:40 +01:00
commit 6ebb4e7b3c
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ func main() {
// exported logger. See Godoc.
log.Out = os.Stderr
log.WithFields(log.Fields{
log.WithFields(logrus.Fields{
"animal": "walrus",
"size": 10,
}).Info("A group of walrus emerges from the ocean")