Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
21580ccd
Commit
21580ccd
authored
Jan 01, 2015
by
Juan Batiz-Benet
Browse files
swap net2 -> net
parent
08b8250c
Changes
70
Expand all
Show whitespace changes
Inline
Side-by-side
net2/swarm/swarm_listen.go
deleted
100644 → 0
View file @
08b8250c
This diff is collapsed.
Click to expand it.
net2/swarm/swarm_stream.go
deleted
100644 → 0
View file @
08b8250c
This diff is collapsed.
Click to expand it.
net2/swarm/swarm_test.go
deleted
100644 → 0
View file @
08b8250c
This diff is collapsed.
Click to expand it.
protocol/identify/id.go
View file @
21580ccd
...
...
@@ -13,7 +13,7 @@ import (
eventlog
"github.com/jbenet/go-ipfs/util/eventlog"
host
"github.com/jbenet/go-ipfs/p2p/host"
inet
"github.com/jbenet/go-ipfs/p2p/net
2
"
inet
"github.com/jbenet/go-ipfs/p2p/net"
protocol
"github.com/jbenet/go-ipfs/p2p/protocol"
pb
"github.com/jbenet/go-ipfs/p2p/protocol/identify/pb"
...
...
protocol/mux.go
View file @
21580ccd
...
...
@@ -7,7 +7,7 @@ import (
context
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
inet
"github.com/jbenet/go-ipfs/p2p/net
2
"
inet
"github.com/jbenet/go-ipfs/p2p/net"
eventlog
"github.com/jbenet/go-ipfs/util/eventlog"
lgbl
"github.com/jbenet/go-ipfs/util/eventlog/loggables"
)
...
...
protocol/mux_test.go
View file @
21580ccd
...
...
@@ -4,7 +4,7 @@ import (
"bytes"
"testing"
inet
"github.com/jbenet/go-ipfs/p2p/net
2
"
inet
"github.com/jbenet/go-ipfs/p2p/net"
)
var
testCases
=
map
[
string
]
string
{
...
...
protocol/relay/relay.go
View file @
21580ccd
...
...
@@ -7,7 +7,7 @@ import (
mh
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
host
"github.com/jbenet/go-ipfs/p2p/host"
inet
"github.com/jbenet/go-ipfs/p2p/net
2
"
inet
"github.com/jbenet/go-ipfs/p2p/net"
peer
"github.com/jbenet/go-ipfs/p2p/peer"
protocol
"github.com/jbenet/go-ipfs/p2p/protocol"
eventlog
"github.com/jbenet/go-ipfs/util/eventlog"
...
...
protocol/relay/relay_test.go
View file @
21580ccd
This diff is collapsed.
Click to expand it.
test/backpressure/backpressure_test.go
View file @
21580ccd
This diff is collapsed.
Click to expand it.
test/util/util.go
View file @
21580ccd
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment