Files
gfast/main.go
T

12 lines
123 B
Go

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