boot.go 97 B

12345678
  1. package boot
  2. import "github.com/gogf/gf/frame/g"
  3. func init() {
  4. g.Server().SetPort(8200)
  5. }