go-ozzo / ozzo-validation

An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
MIT License
3.73k stars 224 forks source link

upgraded govalidator and added ULID validation rule #171

Open upamune opened 2 years ago

upamune commented 2 years ago

Hi. Thanks for your great library. I want to use a ULID validation rule. Could you review it?

swithek commented 2 years ago

@upamune I've merged your changes to the fork of this repository: https://github.com/jellydator/validation. The plan is to actively maintain it, so if you have any other changes, you can submit a PR there as well.

upamune commented 2 years ago

@swithek That is a great project. I have been looking for something like that. Thank you for merging my changes. I will keep the PR here open in case maintenance is restarted.