diff --git a/requests.go b/requests.go index ff180de..581c08c 100644 --- a/requests.go +++ b/requests.go @@ -7,8 +7,6 @@ import ( "net/http" "path" "strings" - "errors" - "path/filepath" ) func (c *Client) req(method, path string, body io.Reader, intercept func(*http.Request)) (req *http.Response, err error) {