Use my structured logger instead of just bare log

This commit is contained in:
eyedeekay
2025-05-26 16:50:08 -04:00
parent d5f2de44a3
commit e2d0906577
3 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import (
"bytes"
"crypto/tls"
"io"
"log"
"net"
"net/http"
"time"

View File

@ -2,7 +2,6 @@ package mirror
import (
"fmt"
"log"
"net"
"os"
"strconv"

View File

@ -1,4 +1,4 @@
package meta
package mirror
import (
"github.com/go-i2p/logger"