fix UserDetail type

pull/58/head
Nikolay Kirsh 9 years ago
parent 6fe54bc1d3
commit c09c7a1231
  1. 2
      doc.go

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

Loading…
Cancel
Save