1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

mv net/mock2 -> net/mock

This commit is contained in:
Juan Batiz-Benet
2014-12-17 08:04:02 -08:00
parent 58510640fa
commit de6eef9178
9 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
crand "crypto/rand"
inet "github.com/jbenet/go-ipfs/net"
mocknet "github.com/jbenet/go-ipfs/net/mock2"
mocknet "github.com/jbenet/go-ipfs/net/mock"
peer "github.com/jbenet/go-ipfs/peer"
routing "github.com/jbenet/go-ipfs/routing"
pb "github.com/jbenet/go-ipfs/routing/dht/pb"