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:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-18 23:06:01 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-19 00:12:14 +0300
commit054cb1dea0d93062e89b915c22f9f318bd82f563 (patch)
treea0b7b7d51dcc759f0f241f67bf2f12a65481f37a /web/entity/entity.go
parent3757ae0b119c0efe4e6d38a37cea353fb82b0c27 (diff)
go package correction
Diffstat (limited to 'web/entity/entity.go')
-rw-r--r--web/entity/entity.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go
index dd6885f6..be89a582 100644
--- a/web/entity/entity.go
+++ b/web/entity/entity.go
@@ -7,7 +7,7 @@ import (
"strings"
"time"
- "x-ui/util/common"
+ "github.com/mhsanaei/3x-ui/util/common"
)
type Msg struct {