rewrote imports to p2p

This commit is contained in:
Juan Batiz-Benet
2015-09-30 19:24:00 -04:00
parent 5dd1bd5e72
commit 2392434b6d
63 changed files with 174 additions and 174 deletions

View File

@@ -1,6 +1,6 @@
package queue
import peer "github.com/ipfs/go-ipfs/p2p/peer"
import peer "github.com/ipfs/go-libp2p/p2p/peer"
// PeerQueue maintains a set of peers ordered according to a metric.
// Implementations of PeerQueue could order peers based on distances along