Remove erroneous keystrokes.
This commit is contained in:
parent
f437b490b5
commit
4130c013f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue