Fix typo on README so the example compiles

pull/192/head
Fábio Gomes 9 years ago
parent 7bfad40793
commit 28b6964c53
  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