[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"
"net"
"strconv"
"sync"
"time"
"golang.org/x/net/proxy"
@@ -17,8 +16,6 @@ import (
)
type tcpHandler struct {
sync.Mutex
proxyHost string
proxyPort uint16