diff --git a/client.go b/client.go index e87d8de..17c41cf 100644 --- a/client.go +++ b/client.go @@ -43,7 +43,6 @@ type Client struct { mode Mode mu sync.Mutex MaxRetryTimes int - cookies map[string][]*http.Cookie } func NewClient() *Client {