init
This commit is contained in:
16
Backend/main.go
Normal file
16
Backend/main.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "leke/internal/packed"
|
||||
|
||||
_ "leke/internal/logic"
|
||||
|
||||
"leke/internal/cmd"
|
||||
|
||||
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
|
||||
"github.com/gogf/gf/v2/os/gctx"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Main.Run(gctx.GetInitCtx())
|
||||
}
|
||||
Reference in New Issue
Block a user