Update README.md

pull/256/head v9.1.1
Dean Karn 8 years ago committed by GitHub
parent 4b3eedc379
commit 7c2b5d8471
  1. 1
      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

Loading…
Cancel
Save