make check api

This commit is contained in:
Christoph Polcin
2018-07-14 01:55:58 +02:00
parent 83e3d1e31e
commit 3cd755d6c4
2 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ import (
"fmt"
"io"
"net/http"
"strings"
"path"
"strings"
)
func (c *Client) req(method, path string, body io.Reader, intercept func(*http.Request)) (req *http.Response, err error) {