readme: fix example

This commit is contained in:
Simon Eskildsen 2016-06-01 07:32:10 -04:00
parent 6d9ae300aa
commit f3cfb454f4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import (
)
func main() {
log.WithFields(logrus.Fields{
log.WithFields(log.Fields{
"animal": "walrus",
}).Info("A walrus appears")
}