Merge pull request #360 from morenoh149/patch-1

change 'log' -> 'logrus'
This commit is contained in:
Simon Eskildsen 2016-05-24 09:24:53 -04:00
commit 6d9ae300aa
1 changed files with 1 additions and 1 deletions

View File

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