Consistency in json.go

This commit is contained in:
Mark McGranaghan 2018-02-01 16:32:12 -05:00
parent ca20eb066f
commit bb743bb826

View File

@ -58,7 +58,7 @@ func main() {
// You can use tags on struct field declarations // You can use tags on struct field declarations
// to customize the encoded JSON key names. Check the // 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. // of such tags.
res2D := &response2{ res2D := &response2{
Page: 1, Page: 1,