Skip to content

Commit aa4e95a

Browse files
authored
Merge branch 'master' into fix/audit-log-array
2 parents 7b38af9 + c9f5330 commit aa4e95a

7 files changed

Lines changed: 564 additions & 293 deletions

github/gen-stringify-test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ var (
5757
},
5858
"processZeroValue": func(v string) string {
5959
switch v {
60+
case "false":
61+
return "false"
6062
case "Ptr(false)":
6163
return "false"
6264
case "Ptr(0.0)":

github/github-accessors.go

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

0 commit comments

Comments
 (0)