Merge pull request #302 from pigi72333/v9

Fix doc typo
pull/304/head
Dean Karn 7 years ago committed by GitHub
commit 893aecca31
  1. 2
      doc.go

@ -31,7 +31,7 @@ Custom Validation Functions
Custom Validation functions can be added. Example:
// Structure
func customFunc(fl FielddLevel) bool {
func customFunc(fl FieldLevel) bool {
if fl.Field().String() == "invalid" {
return false

Loading…
Cancel
Save