refactor: update utls errlog import

This commit is contained in:
2026-06-20 19:04:01 +02:00
parent 9f50a145aa
commit 0de1a4d01b

View File

@@ -3,7 +3,7 @@ package netutil
import (
"bufio"
"fmt"
"mal/pkg/errlog"
errlog "mal/pkg"
"net"
"net/http"
"time"