[tcp.go] remove sync.Mutex

This commit is contained in:
Jason
2019-08-11 15:21:24 +08:00
parent 6844ac287c
commit 41d006ec16

View File

@@ -4,7 +4,6 @@ import (
"io" "io"
"net" "net"
"strconv" "strconv"
"sync"
"time" "time"
"golang.org/x/net/proxy" "golang.org/x/net/proxy"
@@ -17,8 +16,6 @@ import (
) )
type tcpHandler struct { type tcpHandler struct {
sync.Mutex
proxyHost string proxyHost string
proxyPort uint16 proxyPort uint16