unused imports was removed

This commit is contained in:
vitalii 2018-07-17 18:00:53 +03:00 committed by vitalii
parent 8de8ce169b
commit 02aa9bdaeb

View File

@ -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) {