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

ozzo-validation how support msgpack validate ? #21

Closed bsed closed 7 years ago

qiangxue commented 7 years ago

What do you mean by "supporting msgpack validate"? You can modify validation.ErrorTag to be msgpack, if that is what you are looking for.

qiangxue commented 7 years ago

Please provide more information. Closed it for now.