package buyer import "github.com/gin-gonic/gin" func Router(route *gin.Engine) { // worker := route.Group("buyer") }