Skip to content

Commit 7c2b5d8

Browse files
author
Dean Karn
authored
Update README.md
1 parent 4b3eedc commit 7c2b5d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ It has the following **unique** features:
1919
- Handles custom field types such as sql driver Valuer see [Valuer](https://golang.org/src/database/sql/driver/types.go?s=1210:1293#L29)
2020
- Alias validation tags, which allows for mapping of several validations to a single tag for easier defining of validations on structs
2121
- 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
22+
- Customizable i18n aware error messages.
2223
- 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)
2324

2425
Installation

0 commit comments

Comments
 (0)