1
0
DarthSim 1 жил өмнө
parent
commit
e23537441e

+ 2 - 0
reuseport/listen_no_reuseport.go

@@ -6,6 +6,8 @@ package reuseport
 import (
 	"net"
 
+	log "github.com/sirupsen/logrus"
+
 	"github.com/imgproxy/imgproxy/v3/config"
 )