From ab8195b41ca13af1ed3ac821f224f9e4921e0b83 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 23 Jun 2016 14:31:46 -0400 Subject: [PATCH] added ozzo-validation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9e464b2..4a507b37 100644 --- a/README.md +++ b/README.md @@ -1012,6 +1012,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for validation.* * [govalidator](https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs. +* [ozzo-validation](https://github.com/go-ozzo/ozzo-validation) - Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in usual code constructs instead of struct tags. * [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.