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