package main import( "net/http" "github.com/gin-gonic/gin" ) func main() { g := gin.Default() g.GET("/s", ReStruct