mirror of
https://github.com/PengZhangs2017582/novel.git
synced 2025-06-16 23:41:21 +08:00
initial commit
This commit is contained in:
19
main.go
Normal file
19
main.go
Normal file
@ -0,0 +1,19 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "novel/internal/packed"
|
||||
|
||||
// _ "novel/internal/logic/logic.go"
|
||||
|
||||
_ "novel/internal/logic"
|
||||
|
||||
"github.com/gogf/gf/v2/os/gctx"
|
||||
|
||||
"novel/internal/cmd"
|
||||
|
||||
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Main.Run(gctx.GetInitCtx())
|
||||
}
|
Reference in New Issue
Block a user