Merge branch 'cxjava-master' into develop

Conflicts:
	README.md
This commit is contained in:
Javier Provecho Fernandez 2015-10-02 10:06:02 +02:00
commit 50d9af710b
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ func main() {
router := gin.Default()
router.POST("/post", func(c *gin.Context) {
id := c.Query("id")
page := c.DefaultQuery("page", "0")
name := c.PostForm("name")