Remove erroneous keystrokes.

This commit is contained in:
Michael Elsdörfer 2014-03-09 03:38:27 +01:00
parent f437b490b5
commit 4130c013f1

View file

@ -123,7 +123,7 @@ func (c *Client) do(method, path string, in, out interface{}) error {
// make the request
conn := httputil.NewClientConn(dial, nil)
resp, err := conn.Do(req)el
resp, err := conn.Do(req)
defer conn.Close()
if err != nil {
return err