mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 10:33:11 +00:00
12 lines
123 B
Go
12 lines
123 B
Go
package main
|
|
|
|
import(
|
|
_ "gfast/boot"
|
|
_ "gfast/router"
|
|
"github.com/gogf/gf/frame/g"
|
|
)
|
|
|
|
func main() {
|
|
g.Server().Run()
|
|
}
|