Add Alias to the unique features section of README

pull/169/head
joeybloggs 9 years ago
parent b4563c2cf6
commit b213226b01
  1. 1
      README.md

@ -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
------------

Loading…
Cancel
Save