Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/global')
-rw-r--r--web/global/global.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/global/global.go b/web/global/global.go
index 09d0683a..7ded94e7 100644
--- a/web/global/global.go
+++ b/web/global/global.go
@@ -2,8 +2,9 @@ package global
import (
"context"
- "github.com/robfig/cron/v3"
_ "unsafe"
+
+ "github.com/robfig/cron/v3"
)
var webServer WebServer