Closed xkeyideal closed 7 years ago
Server how to use Gin c *gin.Conext name := c.PostForm("name") then calc the result by name
end c.Json(200, gin.H{"name": calcAfter}) to send client
Server how to use Gin c *gin.Conext name := c.PostForm("name") then calc the result by name
end c.Json(200, gin.H{"name": calcAfter}) to send client