We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912bc9f commit 20b7e81Copy full SHA for 20b7e81
bindform_test.go
@@ -133,6 +133,7 @@ func TestMarshalForm(t *testing.T) {
133
StructSlice []testSubStruct `json:"struct_slice,omitempty"`
134
OptInt *int `json:"opt_int,omitempty"`
135
OptBool *bool `json:"opt_bool,omitempty"`
136
+ OptBoolNullable *bool `json:"opt_bool_nullable"`
137
OptString *string `json:"opt_string,omitempty"`
138
OptStruct *testSubStruct `json:"opt_struct,omitempty"`
139
OptStructSlice *[]testSubStruct `json:"opt_struct_slice,omitempty"`
0 commit comments