Skip to content

Commit

Permalink
Merge pull request #134 from libp2p/feat/extracting-5
Browse files Browse the repository at this point in the history
extract libp2p-swarm
  • Loading branch information
whyrusleeping authored Oct 5, 2016
2 parents 10689ca + 7aced37 commit 1600dc3
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 3,642 deletions.
6 changes: 3 additions & 3 deletions examples/hosts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import (
"log"
"strings"

bhost "github.com/libp2p/go-libp2p/p2p/host/basic"

host "github.com/libp2p/go-libp2p-host"
inet "github.com/libp2p/go-libp2p-net"
net "github.com/libp2p/go-libp2p-net"
bhost "github.com/libp2p/go-libp2p/p2p/host/basic"
swarm "github.com/libp2p/go-libp2p/p2p/net/swarm"

peer "github.com/libp2p/go-libp2p-peer"
pstore "github.com/libp2p/go-libp2p-peerstore"
swarm "github.com/libp2p/go-libp2p-swarm"
testutil "github.com/libp2p/go-testutil"
ma "github.com/multiformats/go-multiaddr"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/justtcp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"os"

"github.com/libp2p/go-libp2p/p2p/net/swarm"
"github.com/libp2p/go-libp2p-swarm"
tcpt "github.com/libp2p/go-tcp-transport"
ma "github.com/multiformats/go-multiaddr"
)
Expand Down
92 changes: 0 additions & 92 deletions p2p/net/swarm/dial_sync.go

This file was deleted.

203 changes: 0 additions & 203 deletions p2p/net/swarm/dial_sync_test.go

This file was deleted.

Loading

0 comments on commit 1600dc3

Please sign in to comment.