mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-15 18:50:50 +00:00
style: Module name
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"Gwen/config"
|
||||
"Gwen/global"
|
||||
"Gwen/http"
|
||||
"Gwen/lib/cache"
|
||||
"Gwen/lib/jwt"
|
||||
"Gwen/lib/lock"
|
||||
"Gwen/lib/logger"
|
||||
"Gwen/lib/orm"
|
||||
"Gwen/lib/upload"
|
||||
"Gwen/model"
|
||||
"Gwen/service"
|
||||
"Gwen/utils"
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/lejianwen/rustdesk-api/config"
|
||||
"github.com/lejianwen/rustdesk-api/global"
|
||||
"github.com/lejianwen/rustdesk-api/http"
|
||||
"github.com/lejianwen/rustdesk-api/lib/cache"
|
||||
"github.com/lejianwen/rustdesk-api/lib/jwt"
|
||||
"github.com/lejianwen/rustdesk-api/lib/lock"
|
||||
"github.com/lejianwen/rustdesk-api/lib/logger"
|
||||
"github.com/lejianwen/rustdesk-api/lib/orm"
|
||||
"github.com/lejianwen/rustdesk-api/lib/upload"
|
||||
"github.com/lejianwen/rustdesk-api/model"
|
||||
"github.com/lejianwen/rustdesk-api/service"
|
||||
"github.com/lejianwen/rustdesk-api/utils"
|
||||
"github.com/nicksnyder/go-i18n/v2/i18n"
|
||||
"github.com/spf13/cobra"
|
||||
"os"
|
||||
|
||||
Reference in New Issue
Block a user