package route import ( "github.com/gin-gonic/gin" "online_code/api" ) func problem(g *gin.RouterGroup) { g.GET("/list", api.ProblemApi().GetProbleList) }