From b213226b01517e4292d9a357111dcc14863ab019 Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Sun, 30 Aug 2015 20:59:08 -0400 Subject: [PATCH] Add Alias to the unique features section of README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87aff6e..a44a95d 100644 --- a/README.md +++ b/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 ------------