初始化

This commit is contained in:
2026-07-18 05:58:41 +08:00
commit e4b95eb05e
69 changed files with 2289 additions and 0 deletions

11
main.go Normal file
View File

@@ -0,0 +1,11 @@
package main
import (
"github.com/gogf/gf/v2/os/gctx"
"xk-of-api/internal/cmd"
)
func main() {
cmd.Main.Run(gctx.GetInitCtx())
}