Change 'log' -> 'logrus' to fix syntax error
@@ -58,7 +58,7 @@ import (
)
func main() {
log.WithFields(log.Fields{
log.WithFields(logrus.Fields{
"animal": "walrus",
}).Info("A walrus appears")
}
The note is not visible to the blocked user.