govalidator icon indicating copy to clipboard operation
govalidator copied to clipboard

Is this project abandoned? Is there an active fork of this repo?

Open OscarVanL opened this issue 2 years ago • 1 comments

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?

OscarVanL avatar Aug 24 '22 18:08 OscarVanL

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

marrow16 avatar Aug 31 '22 15:08 marrow16