package main import ( "context" _ "ppgo_job/boot" "github.com/gogf/gf/v2/frame/g" ) func main() { ctx := context.Background() g.Log().Info(ctx, "PPGo_Job 服务启动中...") g.Server().Run() }