asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
6.04k stars 555 forks source link

Include the min and max string length checks #361

Closed tomasmik closed 4 years ago

tomasmik commented 4 years ago

ParamTagMap already has minstringlength and maxstringlength but they are not included in the readme. Seeing how all other possible tags with params are included, these should probably be included too.