aboutsummaryrefslogtreecommitdiffstats
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.go b/client.go
index e4b4d44..f7fd669 100644
--- a/client.go
+++ b/client.go
@@ -119,7 +119,6 @@ func (c *Client) GetPackFile(want string) (io.ReadCloser, error) {
}
func (c *Client) buildRequest(method, url string, content *strings.Reader) (*http.Request, error) {
-
var req *http.Request
var err error
if content == nil {