You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
312 B

package main
import (
_ "CouponBackendGo/internal/packed"
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
_ "github.com/gogf/gf/contrib/nosql/redis/v2"
"github.com/gogf/gf/v2/os/gctx"
"CouponBackendGo/internal/cmd"
_ "CouponBackendGo/internal/logic"
)
func main() {
cmd.Main.Run(gctx.GetInitCtx())
}