We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36b890 commit efe5553Copy full SHA for efe5553
_example/basic/server.go
@@ -12,7 +12,7 @@ import (
12
13
type login struct {
14
Username string `form:"username" json:"username" binding:"required"`
15
- Password string `form:"password" json:"password" binding:"required"`ach
+ Password string `form:"password" json:"password" binding:"required"`
16
}
17
18
var (
0 commit comments