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.

13 lines
175 B

3 weeks ago
  1. package main
  2. import (
  3. _ "VoteManage_Go/internal/packed"
  4. "github.com/gogf/gf/v2/os/gctx"
  5. "VoteManage_Go/internal/cmd"
  6. )
  7. func main() {
  8. cmd.Main.Run(gctx.GetInitCtx())
  9. }