Releases: O-X-L/go-validator
Releases · O-X-L/go-validator
v1.0.0
Features
-
How we can validate:
- Custom validation-functions
- Pre-defined regex
- Tag-specific regex
- Require a value to be set
- Conditionally require a value to be set (only very simple conditions for now)
-
What we can validate:
- Single values
- Every entry inside an array/slice
- Nested structs
- Arrays/slices of structs