go package correction v2

This commit is contained in:
mhsanaei
2025-09-19 10:05:43 +02:00
parent 0ffd27c0aa
commit 7447cec17e
44 changed files with 135 additions and 135 deletions

View File

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