mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-08 07:10:43 +00:00
style: Module name
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package admin
|
||||
|
||||
import (
|
||||
"Gwen/global"
|
||||
"Gwen/http/response"
|
||||
"Gwen/lib/upload"
|
||||
"fmt"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/lejianwen/rustdesk-api/global"
|
||||
"github.com/lejianwen/rustdesk-api/http/response"
|
||||
"github.com/lejianwen/rustdesk-api/lib/upload"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user