Merge pull request #460 from masseelch/patch-1

Update main.go
pull/480/head
Dean Karn 5 years ago committed by GitHub
commit e25e66164b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _examples/struct-level/main.go

@ -105,5 +105,5 @@ func UserStructLevelValidation(sl validator.StructLevel) {
sl.ReportError(user.LastName, "LastName", "lname", "fnameorlname", "")
}
// plus can to more, even with different tag than "fnameorlname"
// plus can do more, even with different tag than "fnameorlname"
}

Loading…
Cancel
Save