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