Skip to content

Commit

Permalink
chore: remove typo server.go (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-santosq authored Jul 14, 2024
1 parent d36b890 commit efe5553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/basic/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

type login struct {
Username string `form:"username" json:"username" binding:"required"`
Password string `form:"password" json:"password" binding:"required"`ach
Password string `form:"password" json:"password" binding:"required"`
}

var (
Expand Down

0 comments on commit efe5553

Please sign in to comment.