Skip to content

Commit 3f2899c

Browse files
committed
derp
1 parent 1427263 commit 3f2899c

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

client/client.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ import (
1515
chshare "github.com/aus/chisel/share"
1616
"github.com/gorilla/websocket"
1717
"github.com/jpillora/backoff"
18-
<<<<<<< HEAD
19-
=======
20-
chshare "github.com/jpillora/chisel/share"
21-
>>>>>>> butterflyfx/custom-headers
2218
"golang.org/x/crypto/ssh"
2319
"golang.org/x/net/proxy"
2420
)

main.go

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ import (
1010
"strconv"
1111
"strings"
1212

13-
<<<<<<< HEAD
14-
"github.com/aus/chisel/client"
15-
"github.com/aus/chisel/server"
13+
chclient "github.com/aus/chisel/client"
14+
chserver "github.com/aus/chisel/server"
1615
chshare "github.com/aus/chisel/share"
17-
=======
18-
chclient "github.com/jpillora/chisel/client"
19-
chserver "github.com/jpillora/chisel/server"
20-
chshare "github.com/jpillora/chisel/share"
21-
>>>>>>> butterflyfx/custom-headers
2216
)
2317

2418
var help = `

0 commit comments

Comments
 (0)