style: Module name

This commit is contained in:
lejianwen
2025-02-12 16:07:51 +08:00
parent dbf8b23b15
commit 472524f836
75 changed files with 244 additions and 244 deletions

View File

@@ -1,11 +1,11 @@
package api
import (
"Gwen/global"
"Gwen/http/response"
"Gwen/http/response/api"
"Gwen/service"
"github.com/gin-gonic/gin"
"github.com/lejianwen/rustdesk-api/global"
"github.com/lejianwen/rustdesk-api/http/response"
"github.com/lejianwen/rustdesk-api/http/response/api"
"github.com/lejianwen/rustdesk-api/service"
"time"
)