forked from mirror/logrus
Fix examples formatting
This commit is contained in:
parent
11dbaff352
commit
0b5ff9bcef
|
@ -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"
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue