| commit | f3cfb454f4c209e6668c95216c4744b8fddb2356 | [log] [tgz] |
|---|---|---|
| author | Simon Eskildsen <sirup@sirupsen.com> | Wed Jun 01 07:32:10 2016 -0400 |
| committer | Simon Eskildsen <sirup@sirupsen.com> | Wed Jun 01 07:32:10 2016 -0400 |
| tree | 076d73a70edb9ad32d55a44559a46fd89e1537a8 | |
| parent | 6d9ae300aaf85d6acd2e5424081c7fcddb21dab8 [diff] |
readme: fix example
diff --git a/README.md b/README.md index 5c6fc38..6f04c8a 100644 --- a/README.md +++ b/README.md
@@ -58,7 +58,7 @@ ) func main() { - log.WithFields(logrus.Fields{ + log.WithFields(log.Fields{ "animal": "walrus", }).Info("A walrus appears") }