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

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