3
0
mirror of https://github.com/gin-gonic/gin.git synced 2025-04-06 03:57:46 +08:00

4 Commits

Author SHA1 Message Date
thinkerou
2bde107686
test support go1.18 () 2022-03-21 09:43:17 +08:00
edebernis
57ede9c95a
Export struct sliceValidateError to allow error casting and rename it as ()
SliceValidationError

Co-authored-by: Emeric de Bernis <emeric.debernis@adevinta.com>
2021-11-21 21:45:03 +08:00
ziheng
e3ee01d185
improve sliceValidateError.Error performance using switch and strings.Builder ()
fix missing nil pointer check

use simpler switch case

add missing tests

use for-loop instead of range

add benchmark test codes
2021-06-28 22:05:29 +08:00
wuhuizuo
4bfae4c8c8
Support binding for slice/array obj [Rewrite] ()
Co-authored-by: thinkerou <thinkerou@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2021-01-03 21:43:34 +08:00