Open Jesse0Michael opened 3 years ago
add the option to use the tag positive to validate that a struct field is positive. ie: valid:"positive"
positive
valid:"positive"
resolves: https://github.com/asaskevich/govalidator/issues/388
Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.
Description
add the option to use the tag
positive
to validate that a struct field is positive. ie:valid:"positive"
resolves: https://github.com/asaskevich/govalidator/issues/388