gin/binding
Kacper Bąk c706ace929
fix: removed YODA conditions, removed blank identifier from `invalid_obj` (#3129)
* fix: removed YODA conditions, unnecessary binding.binding

* fix: remove BindingBody change
2022-04-23 18:01:03 +08:00
..
any.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
binding.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
binding_msgpack_test.go build: convert to go:build directives (#2664) 2021-03-27 09:09:44 +08:00
binding_nomsgpack.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
binding_test.go fix: removed YODA conditions, removed blank identifier from `invalid_obj` (#3129) 2022-04-23 18:01:03 +08:00
default_validator.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
default_validator_benchmark_test.go Export struct sliceValidateError to allow error casting and rename it as (#2777) 2021-11-21 21:45:03 +08:00
default_validator_test.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
form.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
form_mapping.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
form_mapping_benchmark_test.go Fix 'errcheck' linter warnings (#2093) 2019-10-27 13:58:59 +08:00
form_mapping_test.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
header.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
json.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
json_test.go Allow bind with a map[string]string (#2484) 2020-10-31 07:20:47 +08:00
msgpack.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
msgpack_test.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
multipart_form_mapping.go setted typo fix: There’s no such word as `setted`, `set` is set, set, setting (#2886) 2021-09-30 10:04:28 +08:00
multipart_form_mapping_test.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
protobuf.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
query.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
uri.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
validate_test.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
xml.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
xml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
yaml.go test support go1.18 (#2990) 2022-03-21 09:43:17 +08:00
yaml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00