diff --git a/proxy/socks/tcp.go b/proxy/socks/tcp.go index bbcb0d5..5e8fd26 100644 --- a/proxy/socks/tcp.go +++ b/proxy/socks/tcp.go @@ -4,7 +4,6 @@ import ( "io" "net" "strconv" - "sync" "time" "golang.org/x/net/proxy" @@ -17,8 +16,6 @@ import ( ) type tcpHandler struct { - sync.Mutex - proxyHost string proxyPort uint16