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

3 Commits

Author SHA1 Message Date
thinkerou
4b68a5f12a
chore: update go.mod and remove space from copyright ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-28 10:42:28 +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