From 0b5ff9bceffcad72a317110281aa1bf827cd25ed Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Mon, 24 Feb 2014 06:35:56 -0500 Subject: [PATCH] Fix examples formatting --- examples_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_test.go b/examples_test.go index f5e30d3..8826258 100644 --- a/examples_test.go +++ b/examples_test.go @@ -57,7 +57,7 @@ func ExampleLogger_WithFields() { // "weather":"rain", // "name": "Wally", // "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" // } }