Thedevsaddam Govalidator Versions Save

Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.

v1.9.9

4 years ago

Fix typo; issue #86

v1.9.8

4 years ago

Fix linting issue; Fix date validation fail issue #70

v1.9.7

4 years ago

Fix uint type of struct #65; Add Mac Address validator #69

v1.9.6

5 years ago

Added ValidateStruct to validate a struct without a request Contributor: @maoueh

v1.9.5

5 years ago

v1.9.3

5 years ago

v1.9.4

5 years ago

v1.9.2

5 years ago

Add alpha_space rule and fix typo