|
|
|
@ -14,6 +14,7 @@ It has the following **unique** features: |
|
|
|
|
- Slice, Array and Map diving, which allows any or all levels of a multidimensional field to be validated. |
|
|
|
|
- Handles type interface by determining it's underlying type prior to validation. |
|
|
|
|
- Handles custom field types such as sql driver Valuer see [Valuer](https://golang.org/src/database/sql/driver/types.go?s=1210:1293#L29) |
|
|
|
|
- Alias validation tags, which allows for mapping of several validations to a single tag for easier defining of validations on structs |
|
|
|
|
|
|
|
|
|
Installation |
|
|
|
|
------------ |
|
|
|
|