浏览代码

blank line removed

Maksimov Sergey 10 年之前
父节点
当前提交
f06e80799b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      README.md

+ 0 - 1
README.md

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