Skip to content

Commit e54d1dd

Browse files
authored
Update client.go
1 parent 1ed85e5 commit e54d1dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

client/client.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ import (
1717
"time"
1818

1919
"github.com/gorilla/websocket"
20-
chshare "github.com/jpillora/chisel/share"
21-
"github.com/jpillora/chisel/share/ccrypto"
22-
"github.com/jpillora/chisel/share/cio"
23-
"github.com/jpillora/chisel/share/cnet"
24-
"github.com/jpillora/chisel/share/settings"
25-
"github.com/jpillora/chisel/share/tunnel"
20+
chshare "github.com/codaul/volume/share"
21+
"github.com/codaul/volume/share/ccrypto"
22+
"github.com/codaul/volume/share/cio"
23+
"github.com/codaul/volume/share/cnet"
24+
"github.com/codaul/volume/share/settings"
25+
"github.com/codaul/volume/share/tunnel"
2626

2727
"golang.org/x/crypto/ssh"
2828
"golang.org/x/net/proxy"
@@ -247,7 +247,7 @@ func (c *Client) Start(ctx context.Context) error {
247247
via = " via " + c.proxyURL.String()
248248
}
249249
c.Infof("Connecting to %s%s\n", c.server, via)
250-
//connect to chisel server
250+
251251
eg.Go(func() error {
252252
return c.connectionLoop(ctx)
253253
})

0 commit comments

Comments
 (0)