update library description

a few weeks ago I added validation to Slice, Array and Maps contents as well as each or any level within, so just updating the library description to reflect that.
This commit is contained in:
Dean Karn 2015-07-26 22:02:02 -04:00
parent 09206efa4a
commit e16a024145

View File

@ -749,7 +749,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
* [validator](https://github.com/bluesuncorp/validator) - Go Struct and Field validation supporting Cross Field and Cross Struct validation
* [validator](https://github.com/bluesuncorp/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
## Version Control