Skip to content

Commit a0ac616

Browse files
committed
Regnerate
1 parent 738d92e commit a0ac616

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

examples/json/json.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ type response1 struct {
1414
Page int
1515
Fruits []string
1616
}
17-
// Only exported fields will be encoded/decoded in JSON.
17+
18+
// Only exported fields will be encoded/decoded in JSON.
1819
// Fields must start with capital letters to be exported.
1920
type response2 struct {
2021
Page int `json:"page"`

examples/json/json.hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
d4dc2281f64061f077d8f1e9687538f41a339b25
2-
xC6SHbzGBZC
1+
6b92694b7be60cdec3e7a04e9fdbf49d5c84adb1
2+
63PdbTHxKJA

public/json

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)