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

fix: (required) requiredRule struct is unexported #110

Closed erdaltsksn closed 4 years ago

erdaltsksn commented 4 years ago

why: All other rule structs are exported.

iss: close #108

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 2b1d309015540c3915608737e516a8656b0a6539 on erdaltsksn:master into f6ac6c4a9c44e58d830291066150ec95fd9205f3 on go-ozzo:master.

qiangxue commented 4 years ago

Thank you for your contribution!