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

Aneurin Barker Snook dff0caf40b fix link to license hace 10 meses
.github 5b0e0ca1ec restore staticcheck, test ci hace 10 meses
.gitignore 45298c462a ensure go.sum not committed hace 10 meses
LICENSE.md 4c99b5a654 duplicate license to each package hace 11 meses
README.md dff0caf40b fix link to license hace 10 meses
all.go c74486d122 add all validator, simplify error messages hace 1 año
all_test.go a9c1184d6b improve validate testing with examples hace 10 meses
chars.go b8c82f3529 remove unnecessary doc comments hace 10 meses
chars_test.go a9c1184d6b improve validate testing with examples hace 10 meses
email.go b8c82f3529 remove unnecessary doc comments hace 10 meses
email_test.go a9c1184d6b improve validate testing with examples hace 10 meses
equal.go 40482060ac update all validation tests hace 1 año
equal_test.go a9c1184d6b improve validate testing with examples hace 10 meses
error.go db902e3c1c add validation error type, fix tests, add number tests hace 1 año
error_test.go a9c1184d6b improve validate testing with examples hace 10 meses
go.mod 15b4c91cf0 rename package hace 10 meses
in.go b8c82f3529 remove unnecessary doc comments hace 10 meses
in_test.go a9c1184d6b improve validate testing with examples hace 10 meses
length.go b8c82f3529 remove unnecessary doc comments hace 10 meses
length_test.go a9c1184d6b improve validate testing with examples hace 10 meses
number.go b8c82f3529 remove unnecessary doc comments hace 10 meses
number_test.go a9c1184d6b improve validate testing with examples hace 10 meses
size.go b8c82f3529 remove unnecessary doc comments hace 10 meses
size_test.go a9c1184d6b improve validate testing with examples hace 10 meses
url.go b8c82f3529 remove unnecessary doc comments hace 10 meses
url_test.go a9c1184d6b improve validate testing with examples hace 10 meses
uuid.go b8c82f3529 remove unnecessary doc comments hace 10 meses
uuid_test.go a9c1184d6b improve validate testing with examples hace 10 meses

README.md

Go Validate

A suite of straightforward validation functions. You put something in, you get back nil or an error.

License

See LICENSE.md