Parcourir la source

blank line removed

Maksimov Sergey il y a 10 ans
Parent
commit
f06e80799b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -185,7 +185,6 @@ func main() {
 		// you can bind multipart form with explicit binding declaration:
 		// you can bind multipart form with explicit binding declaration:
 		// c.BindWith(&form, binding.Form)
 		// c.BindWith(&form, binding.Form)
 		// or you can simply use autobinding with Bind method:
 		// or you can simply use autobinding with Bind method:
-
 		c.Bind(&form) // in this case proper binding will be automatically selected
 		c.Bind(&form) // in this case proper binding will be automatically selected
 
 
 		if form.User == "user" && form.Password == "password" {
 		if form.User == "user" && form.Password == "password" {