Skip to content

Commit

Permalink
Fix typo in readme (gin-gonic#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
houjunchen authored and salamer committed Aug 18, 2018
1 parent a190c8b commit 95fdb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ $ curl "localhost:8085/bookable?check_in=2018-03-08&check_out=2018-03-09"
{"error":"Key: 'Booking.CheckIn' Error:Field validation for 'CheckIn' failed on the 'bookabledate' tag"}
```

[Struct level validations](https://github.com/go-playground/validator/releases/tag/v8.7) can also be registed this way.
[Struct level validations](https://github.com/go-playground/validator/releases/tag/v8.7) can also be registered this way.
See the [struct-lvl-validation example](examples/struct-lvl-validations) to learn more.

### Only Bind Query String
Expand Down

0 comments on commit 95fdb35

Please sign in to comment.