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
+2 -2
View File
@@ -1,10 +1,10 @@
package service
import (
"Gwen/global"
"Gwen/model"
"encoding/json"
"github.com/google/uuid"
"github.com/lejianwen/rustdesk-api/global"
"github.com/lejianwen/rustdesk-api/model"
"gorm.io/gorm"
"strings"
)