Validate input data in Go https://pkg.go.dev/github.com/annybs/go-validate

Aneurin Barker Snook a31f5d500a add url validator il y a 2 ans
all.go c74486d122 add all validator, simplify error messages il y a 2 ans
all_test.go 40482060ac update all validation tests il y a 2 ans
chars.go 034557c12d add ExceptChars validator il y a 2 ans
chars_test.go 034557c12d add ExceptChars validator il y a 2 ans
email.go 40482060ac update all validation tests il y a 2 ans
email_test.go db902e3c1c add validation error type, fix tests, add number tests il y a 2 ans
equal.go 40482060ac update all validation tests il y a 2 ans
equal_test.go 40482060ac update all validation tests il y a 2 ans
error.go db902e3c1c add validation error type, fix tests, add number tests il y a 2 ans
error_test.go db902e3c1c add validation error type, fix tests, add number tests il y a 2 ans
go.mod 7160519ec3 fix go version to 1.21 il y a 2 ans
in.go 40482060ac update all validation tests il y a 2 ans
in_test.go db902e3c1c add validation error type, fix tests, add number tests il y a 2 ans
length.go 40482060ac update all validation tests il y a 2 ans
length_test.go 40482060ac update all validation tests il y a 2 ans
number.go db902e3c1c add validation error type, fix tests, add number tests il y a 2 ans
number_test.go db902e3c1c add validation error type, fix tests, add number tests il y a 2 ans
size.go 40482060ac update all validation tests il y a 2 ans
size_test.go 40482060ac update all validation tests il y a 2 ans
url.go a31f5d500a add url validator il y a 2 ans
url_test.go a31f5d500a add url validator il y a 2 ans
uuid.go 40482060ac update all validation tests il y a 2 ans
uuid_test.go db902e3c1c add validation error type, fix tests, add number tests il y a 2 ans