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