Merge pull request #141 from kelcecil/readme-typo

Fix HTML form binding example typo
This commit is contained in:
Javier Provecho Fernandez 2014-11-02 13:22:08 +01:00
commit 79c66136e0
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ func main() {
} }
}) })
// Example for binding a HTLM form (user=manu&password=123) // Example for binding a HTML form (user=manu&password=123)
r.POST("/login", func(c *gin.Context) { r.POST("/login", func(c *gin.Context) {
var form LoginForm var form LoginForm