Skip to content

Commit

Permalink
extract conn, addr-util, and testutil
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Oct 4, 2016
1 parent 0aaec87 commit 0f3ffb2
Show file tree
Hide file tree
Showing 38 changed files with 58 additions and 2,897 deletions.
6 changes: 3 additions & 3 deletions examples/hosts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ import (
"log"
"strings"

peer "github.com/ipfs/go-libp2p-peer"
pstore "github.com/ipfs/go-libp2p-peerstore"
host "github.com/libp2p/go-libp2p/p2p/host"
bhost "github.com/libp2p/go-libp2p/p2p/host/basic"
inet "github.com/libp2p/go-libp2p/p2p/net"
net "github.com/libp2p/go-libp2p/p2p/net"
swarm "github.com/libp2p/go-libp2p/p2p/net/swarm"
testutil "github.com/libp2p/go-libp2p/testutil"

peer "github.com/ipfs/go-libp2p-peer"
pstore "github.com/ipfs/go-libp2p-peerstore"
ma "github.com/jbenet/go-multiaddr"
testutil "github.com/libp2p/go-testutil"
)

// create a 'Host' with a random peer to listen on the given address
Expand Down
145 changes: 0 additions & 145 deletions p2p/net/conn/conn.go

This file was deleted.

138 changes: 0 additions & 138 deletions p2p/net/conn/conn_test.go

This file was deleted.

Loading

0 comments on commit 0f3ffb2

Please sign in to comment.