Merge pull request #192 from fabioxgn/patch-1

Fix typo on README so the example compiles
pull/194/head
Dean Karn 9 years ago
commit ea31d3ec23
  1. 2
      README.md

@ -116,7 +116,7 @@ func validateStruct() {
}
// returns nil or ValidationErrors ( map[string]*FieldError )
err := validate.Struct(user)
errs := validate.Struct(user)
if errs != nil {

Loading…
Cancel
Save