Regnerate

This commit is contained in:
Mark McGranaghan
2019-09-01 16:20:57 -07:00
parent 738d92e305
commit a0ac6165dd
3 changed files with 20 additions and 6 deletions

View File

@@ -14,7 +14,8 @@ type response1 struct {
Page int
Fruits []string
}
// Only exported fields will be encoded/decoded in JSON.
// Only exported fields will be encoded/decoded in JSON.
// Fields must start with capital letters to be exported.
type response2 struct {
Page int `json:"page"`

View File

@@ -1,2 +1,2 @@
d4dc2281f64061f077d8f1e9687538f41a339b25
xC6SHbzGBZC
6b92694b7be60cdec3e7a04e9fdbf49d5c84adb1
63PdbTHxKJA