package boot import "github.com/gogf/gf/frame/g" func init() { g.Server().SetPort(8200) }