1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 17:22:21 +08:00

net -> p2p/net

The net package is the next to move. It will be massaged
a bit still to fix the Network / "NetworkBackend" conflict.
This commit is contained in:
Juan Batiz-Benet
2014-12-29 05:48:21 -08:00
parent cc0d7c9b57
commit e2698a8733
64 changed files with 65 additions and 65 deletions

View File

@ -4,8 +4,8 @@ import (
"math/rand"
"testing"
inet "github.com/jbenet/go-ipfs/net"
mocknet "github.com/jbenet/go-ipfs/net/mock"
inet "github.com/jbenet/go-ipfs/p2p/net"
mocknet "github.com/jbenet/go-ipfs/p2p/net/mock"
peer "github.com/jbenet/go-ipfs/p2p/peer"
routing "github.com/jbenet/go-ipfs/routing"
pb "github.com/jbenet/go-ipfs/routing/dht/pb"