Skip to content

Commit efe5553

Browse files
authored
chore: remove typo server.go (#334)
1 parent d36b890 commit efe5553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/basic/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
type login struct {
1414
Username string `form:"username" json:"username" binding:"required"`
15-
Password string `form:"password" json:"password" binding:"required"`ach
15+
Password string `form:"password" json:"password" binding:"required"`
1616
}
1717

1818
var (

0 commit comments

Comments
 (0)