main.go 123 B

1234567891011
  1. package main
  2. import(
  3. _ "gfast/boot"
  4. _ "gfast/router"
  5. "github.com/gogf/gf/frame/g"
  6. )
  7. func main() {
  8. g.Server().Run()
  9. }