.gitignore

This commit is contained in:
2026-02-24 16:36:01 +08:00
parent 0ede50859c
commit 5821dd5027
3 changed files with 9 additions and 9 deletions

View File

@@ -8,10 +8,10 @@ import (
"net/url"
"strings"
"gitee.com/red-future---jilin-g/common/consul"
"gitee.com/red-future---jilin-g/common/http"
"gitee.com/red-future---jilin-g/common/middleware"
_ "gitee.com/red-future---jilin-g/common/swagger"
"gitea.com/red-future/common/consul"
"gitea.com/red-future/common/http"
"gitea.com/red-future/common/middleware"
_ "gitea.com/red-future/common/swagger"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
)