From bb743bb826e49bd3e8efd7f2b1547d468640bb52 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 1 Feb 2018 16:32:12 -0500 Subject: [PATCH] Consistency in json.go --- examples/json/json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/json/json.go b/examples/json/json.go index 475ffe5..6a1f56d 100644 --- a/examples/json/json.go +++ b/examples/json/json.go @@ -58,7 +58,7 @@ func main() { // You can use tags on struct field declarations // to customize the encoded JSON key names. Check the - // definition of `Response2` above to see an example + // definition of `response2` above to see an example // of such tags. res2D := &response2{ Page: 1,