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