mirror of
https://github.com/go-i2p/go-meta-listener.git
synced 2025-06-07 17:04:59 -04:00
Use my structured logger instead of just bare log
This commit is contained in:
@ -5,7 +5,6 @@ import (
|
||||
"bytes"
|
||||
"crypto/tls"
|
||||
"io"
|
||||
"log"
|
||||
"net"
|
||||
"net/http"
|
||||
"time"
|
||||
|
@ -2,7 +2,6 @@ package mirror
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"net"
|
||||
"os"
|
||||
"strconv"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package meta
|
||||
package mirror
|
||||
|
||||
import (
|
||||
"github.com/go-i2p/logger"
|
Reference in New Issue
Block a user