You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the second highest starred validation package in Go, but it appears there is no maintainer or activity on this repo.
I would use go-playground/validator (the highest starred validation package I could find), however it's not suitable for my use-case as I cannot define custom errors per field, whereas asaskevich/govalidator does support this.
Is there an active fork of this repo?
The text was updated successfully, but these errors were encountered:
Not sure what you're exact use-case is... but if you're validating requests and want define custom error messages then https://github.com/marrow16/valix may be of use
This is the second highest starred validation package in Go, but it appears there is no maintainer or activity on this repo.
I would use go-playground/validator (the highest starred validation package I could find), however it's not suitable for my use-case as I cannot define custom errors per field, whereas asaskevich/govalidator does support this.
Is there an active fork of this repo?
The text was updated successfully, but these errors were encountered: