package main import ( "github.com/gogf/gf/v2/frame/g" _ "yx-dataset-server/boot" _ "yx-dataset-server/router" ) func main() { g.Server().Run() }