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 'xray/log_writer.go')
-rw-r--r--xray/log_writer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xray/log_writer.go b/xray/log_writer.go
index 6c6a6e17..c8d966b5 100644
--- a/xray/log_writer.go
+++ b/xray/log_writer.go
@@ -3,6 +3,7 @@ package xray
import (
"regexp"
"strings"
+
"x-ui/logger"
)