From 7c2b5d8471934ecc162861af0111a5b687d34df8 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Fri, 16 Sep 2016 13:24:00 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a14204b..e960c23 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ It has the following **unique** features: - 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 - Extraction of custom defined Field Name e.g. can specify to extract the JSON name while validating and have it available in the resulting FieldError +- Customizable i18n aware error messages. - Default validator for the [gin](https://github.com/gin-gonic/gin) web framework; upgrading from v8 to v9 in gin see [here](https://github.com/go-playground/validator/tree/v9/examples/gin-upgrading-overriding) Installation