data validation for #golang with configurable & extensible rules in usual code constructs
ozzo-validation is a Go package that provides configurable and extensible data validation capabilities. It uses programming constructs to specify how data should be validated rather than relying on error-prone struct tags, which makes your code more flexible and less error prone. ozzo-validation has the following features: rule-based data validation that allows validating a data value […]