go package correction

This commit is contained in:
mhsanaei
2025-09-18 22:06:01 +02:00
parent 3757ae0b11
commit 054cb1dea0
44 changed files with 161 additions and 156 deletions

View File

@@ -6,8 +6,8 @@ import (
"runtime"
"sync"
"x-ui/logger"
"x-ui/xray"
"github.com/mhsanaei/3x-ui/logger"
"github.com/mhsanaei/3x-ui/xray"
"go.uber.org/atomic"
)