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

Aneurin Barker Snook c2efe16dc0 add generic in/not in validation 1 year ago
chars.go b4b5b8b752 add chars validation 1 year ago
chars_test.go b4b5b8b752 add chars validation 1 year ago
email.go f41d6f248a add workspace, validation 1 year ago
email_test.go 1a3c213dc1 make tests slightly easier to write 1 year ago
go.mod f41d6f248a add workspace, validation 1 year ago
in.go c2efe16dc0 add generic in/not in validation 1 year ago
in_test.go c2efe16dc0 add generic in/not in validation 1 year ago
length.go 923734fe25 add min/max length validation, improve tests 1 year ago
length_test.go 1a3c213dc1 make tests slightly easier to write 1 year ago
uuid.go f41d6f248a add workspace, validation 1 year ago
uuid_test.go 1a3c213dc1 make tests slightly easier to write 1 year ago