.gitignore

This commit is contained in:
2026-02-24 16:49:31 +08:00
parent ea923a966d
commit 912a405632
10 changed files with 24 additions and 499 deletions

17
main.go
View File

@@ -2,18 +2,19 @@ package main
import (
"context"
"gitee.com/red-future---jilin-g/common/log/consts"
"gitee.com/red-future---jilin-g/common/message"
"gitee.com/red-future---jilin-g/common/mongo"
"github.com/gogf/gf/v2/os/glog"
"github.com/gogf/gf/v2/os/gtimer"
"oss/controller"
"oss/service"
"time"
"gitee.com/red-future---jilin-g/common/http"
"gitee.com/red-future---jilin-g/common/jaeger"
logService "gitee.com/red-future---jilin-g/common/log/service"
"gitea.com/red-future/common/log/consts"
"gitea.com/red-future/common/message"
"gitea.com/red-future/common/mongo"
"github.com/gogf/gf/v2/os/glog"
"github.com/gogf/gf/v2/os/gtimer"
"gitea.com/red-future/common/http"
"gitea.com/red-future/common/jaeger"
logService "gitea.com/red-future/common/log/service"
_ "github.com/gogf/gf/contrib/nosql/redis/v2"
)