Merge pull request #58 from xboston/patch-1

fix UserDetail type
pull/115/head
Dean Karn 9 years ago
commit c085ab22ea
  1. 2
      doc.go

@ -10,7 +10,7 @@ Validate
A simple example usage:
type UserDetail {
type UserDetail struct {
Details string `validate:"-"`
}

Loading…
Cancel
Save