mirror of
https://github.com/vbenjs/gf-vben.git
synced 2025-01-23 01:00:21 +08:00
13 lines
122 B
Go
13 lines
122 B
Go
package main
|
|
|
|
import (
|
|
_ "Gf-Vben/internal/boot"
|
|
|
|
"github.com/gogf/gf/v2/frame/g"
|
|
)
|
|
|
|
func main() {
|
|
|
|
g.Server().Run()
|
|
}
|