gin-gonic-gin/binding
russcoss 39858a0859
refactor(binding): use maps.Copy for cleaner map handling (#4352)
Signed-off-by: russcoss <russcoss@outlook.com>
2025-09-27 11:03:59 +08:00
..
binding_msgpack_test.go ci(lint): enable usestdlibvars linter (#4091) 2024-11-15 23:52:16 +08:00
binding_nomsgpack.go feat(binding): add BindPlain (#3904) 2024-05-13 11:11:56 +08:00
binding_test.go ci(golangci-lint): update configuration and fix lint issues (#4247) 2025-05-23 14:46:48 +08:00
binding.go feat(binding): add BindPlain (#3904) 2024-05-13 11:11:56 +08:00
default_validator_benchmark_test.go refactor(slice): simplify SliceValidationError Error method (#3910) 2024-05-13 13:32:46 +08:00
default_validator_test.go ci(golangci-lint): update configuration and fix lint issues (#4247) 2025-05-23 14:46:48 +08:00
default_validator.go refactor(slice): simplify SliceValidationError Error method (#3910) 2024-05-13 13:32:46 +08:00
form_mapping_benchmark_test.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
form_mapping_test.go ci(golangci-lint): update configuration and fix lint issues (#4247) 2025-05-23 14:46:48 +08:00
form_mapping.go refactor(binding): use maps.Copy for cleaner map handling (#4352) 2025-09-27 11:03:59 +08:00
form.go ci(golangci-lint): update configuration and fix lint issues (#4247) 2025-05-23 14:46:48 +08:00
header.go ci(golangci-lint): update configuration and fix lint issues (#4247) 2025-05-23 14:46:48 +08:00
json_test.go feat: support custom json codec at runtime (#3391) 2025-06-16 23:16:36 +08:00
json.go feat: support custom json codec at runtime (#3391) 2025-06-16 23:16:36 +08:00
msgpack_test.go chore: support min go version 1.18 (#3511) 2023-03-01 10:03:48 +08:00
msgpack.go chore: support min go version 1.18 (#3511) 2023-03-01 10:03:48 +08:00
multipart_form_mapping_test.go ci(lint): enable usestdlibvars linter (#4091) 2024-11-15 23:52:16 +08:00
multipart_form_mapping.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
plain.go refactor: replace interface{} with any in type declarations (#4249) 2025-05-26 23:11:05 +08:00
protobuf.go docs: fix comment (#4205) 2025-04-12 00:00:59 +08:00
query.go Revert "fix(uri): query binding bug (#3236)" (#3899) 2024-03-22 10:01:27 +08:00
toml_test.go [GIN-001] - Add TOML bining for gin (#3081) 2022-05-28 08:34:43 +08:00
toml.go fix(binding): prevent duplicate decoding and add validation in decodeToml (#4193) 2025-03-20 23:35:49 +08:00
uri.go add v1.8.0 changelog (#3160) 2022-05-30 15:16:10 +08:00
validate_test.go ci(golangci-lint): update configuration and fix lint issues (#4247) 2025-05-23 14:46:48 +08:00
xml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
xml.go ci(golangci-lint): update configuration and fix lint issues (#4247) 2025-05-23 14:46:48 +08:00
yaml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
yaml.go chroe: migrate yaml package to github.com/goccy/go-yaml (#4272) 2025-06-21 12:38:28 +08:00