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

Aneurin Barker Snook 196e1faeeb add basic number validation 2 years ago
all.go c74486d122 add all validator, simplify error messages 2 years ago
all_test.go 1cb434327a number tests 2 years ago
chars.go c74486d122 add all validator, simplify error messages 2 years ago
chars_test.go 1cb434327a number tests 2 years ago
email.go c74486d122 add all validator, simplify error messages 2 years ago
email_test.go 1cb434327a number tests 2 years ago
equal.go 9537961e29 add validate.Equal 2 years ago
equal_test.go 9537961e29 add validate.Equal 2 years ago
go.mod f41d6f248a add workspace, validation 2 years ago
in.go c74486d122 add all validator, simplify error messages 2 years ago
in_test.go 9537961e29 add validate.Equal 2 years ago
length.go c74486d122 add all validator, simplify error messages 2 years ago
length_test.go 1cb434327a number tests 2 years ago
number.go 196e1faeeb add basic number validation 2 years ago
size.go d59fb7b944 fix size validation error again, add tests 2 years ago
size_test.go d59fb7b944 fix size validation error again, add tests 2 years ago
uuid.go c74486d122 add all validator, simplify error messages 2 years ago
uuid_test.go 1cb434327a number tests 2 years ago