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 cff5b1d31e
commit 6bc26e01f3
7 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import (
"errors"
"time"
inet "github.com/jbenet/go-ipfs/net"
inet "github.com/jbenet/go-ipfs/p2p/net"
peer "github.com/jbenet/go-ipfs/p2p/peer"
pb "github.com/jbenet/go-ipfs/routing/dht/pb"
ctxutil "github.com/jbenet/go-ipfs/util/ctx"