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

@@ -4,7 +4,7 @@ import (
"errors"
"fmt"
"x-ui/logger"
"github.com/mhsanaei/3x-ui/logger"
)
func NewErrorf(format string, a ...any) error {