package main import ( _ "go-gpt/internal/packed" "github.com/gogf/gf/v2/os/gctx" "go-gpt/internal/cmd" ) func main() { cmd.Main.Run(gctx.New()) }