Fix examples formatting

This commit is contained in:
Simon Eskildsen 2014-02-24 06:35:56 -05:00
parent 11dbaff352
commit 0b5ff9bcef
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func ExampleLogger_WithFields() {
// "weather":"rain", // "weather":"rain",
// "name": "Wally", // "name": "Wally",
// "event":"escape", // "event":"escape",
// "msg": "Walrus has escaped the aquarium! Action required!") // "msg": "Walrus has escaped the aquarium! Action required!",
// "time": "2014-02-23 19:57:35.862271048 -0500 EST" // "time": "2014-02-23 19:57:35.862271048 -0500 EST"
// } // }
} }