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.

19 lines
338 B

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