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
257 B

1 month ago
1 month ago
1 month ago
  1. package main
  2. import (
  3. _ "github.com/gogf/gf/contrib/drivers/mysql/v2"
  4. "github.com/gogf/gf/v2/os/gctx"
  5. "practice_Go/internal/cmd"
  6. _ "practice_Go/internal/logic/ebooks"
  7. _ "practice_Go/internal/packed"
  8. )
  9. func main() {
  10. cmd.Main.Run(gctx.GetInitCtx())
  11. }