change 'log' -> 'logrus'

Change 'log' -> 'logrus' to fix syntax error
This commit is contained in:
Harry Moreno 2016-05-23 19:54:24 -04:00
parent cd7d1bbe41
commit 67fb1f35e6
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")
}