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

Support new custom Validation Proxy function, defaulting to existing sql.driver.Valuer transform. #155 #156

Open oliy opened 3 years ago

Thearas commented 2 years ago

Nice job. Fix #155.

PTAL @qiangxue

oliy commented 2 years ago

Updated commits with running goimports for formatting.

oliy commented 2 years ago

Not sure how to force CI to re-run with the format changes.

swithek commented 2 years ago

@oliy 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.