You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
223 B

9 months ago
9 months ago
9 months ago
  1. package main
  2. import (
  3. _ "xgit.pub/module/cms/internal/packed"
  4. _ "xgit.pub/module/cms/app/logic"
  5. "github.com/gogf/gf/v2/os/gctx"
  6. "xgit.pub/module/cms/internal/cmd"
  7. )
  8. func main() {
  9. cmd.Main.Run(gctx.GetInitCtx())
  10. }