gin/binding
Name 3f5b0afa2a
refactor(slice): simplify SliceValidationError Error method (#3910)
* Simplify SliceValidationError Error method

* Replace fmt.Fprintf with b.WriteString

---------

Co-authored-by: huangzw <huangzw@hsmap.com>
Co-authored-by: 1911860538 <alxps1911@163.com>
2024-05-13 13:32:46 +08:00
..
binding_msgpack_test.go chore: support min go version 1.18 (#3511) 2023-03-01 10:03:48 +08:00
binding_nomsgpack.go feat(binding): add BindPlain (#3904) 2024-05-13 11:11:56 +08:00
binding_test.go feat(binding): add BindPlain (#3904) 2024-05-13 11:11:56 +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 test support go1.18 (#2990) 2022-03-21 09:43:17 +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 feat(binding): Support custom BindUnmarshaler for binding. (#3933) 2024-05-07 09:43:15 +08:00
form_mapping.go refactor(binding): use strings.Cut to replace strings.Index (#3522) 2024-05-08 06:28:15 +08:00
form.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
header.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
json_test.go Allow bind with a map[string]string (#2484) 2020-10-31 07:20:47 +08:00
json.go chore: support min go version 1.18 (#3511) 2023-03-01 10:03:48 +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 remove deprecated of package io/ioutil (#3395) 2022-11-17 22:35:55 +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 feat(binding): add BindPlain (#3904) 2024-05-13 11:11:56 +08:00
protobuf.go remove deprecated of package io/ioutil (#3395) 2022-11-17 22:35:55 +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 Adjust the position of some functions (#3385) 2023-01-17 14:23:54 +08:00
uri.go add v1.8.0 changelog (#3160) 2022-05-30 15:16:10 +08:00
validate_test.go fix(binding): dereference pointer to struct (#3199) 2024-02-07 19:44:11 +08:00
xml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
xml.go chore: update go.mod and remove space from copyright (#3158) 2022-05-28 10:42:28 +08:00
yaml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
yaml.go chore(yaml): upgrade dependency to v3 version (#3456) 2023-01-02 12:40:48 +08:00