package route import "github.com/gin-gonic/gin" func InitRoute(g *gin.RouterGroup) { api := g.Group("/api") problem(api.Group("/problem")) }