Browse Source

golint fix

pull/3993/head
Marko Baricevic 5 years ago
parent
commit
8b1fb7ba13
No known key found for this signature in database GPG Key ID: 1C1A5B44A0E4674D
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      rpc/lib/client/ws_client.go

+ 0
- 1
rpc/lib/client/ws_client.go View File

@ -253,7 +253,6 @@ func (c *WSClient) dial() error {
}
rHeader := http.Header{}
conn, _, err := dialer.Dial(c.protocol+"://"+c.Address+c.Endpoint, rHeader)
defer conn.Close()
if err != nil {
return err
}


Loading…
Cancel
Save