mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 11:52:21 +08:00
rename
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
@ -11,8 +11,7 @@ import (
|
|||||||
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
|
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
|
||||||
ds_sync "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"
|
ds_sync "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"
|
||||||
blocks "github.com/jbenet/go-ipfs/blocks"
|
blocks "github.com/jbenet/go-ipfs/blocks"
|
||||||
blockstore "github.com/jbenet/go-ipfs/blockstore"
|
blockstore "github.com/jbenet/go-ipfs/blocks/blockstore"
|
||||||
bstore "github.com/jbenet/go-ipfs/blockstore"
|
|
||||||
exchange "github.com/jbenet/go-ipfs/exchange"
|
exchange "github.com/jbenet/go-ipfs/exchange"
|
||||||
tn "github.com/jbenet/go-ipfs/exchange/bitswap/testnet"
|
tn "github.com/jbenet/go-ipfs/exchange/bitswap/testnet"
|
||||||
peer "github.com/jbenet/go-ipfs/peer"
|
peer "github.com/jbenet/go-ipfs/peer"
|
||||||
@ -286,7 +285,7 @@ func (g *SessionGenerator) Instances(n int) []instance {
|
|||||||
type instance struct {
|
type instance struct {
|
||||||
peer peer.Peer
|
peer peer.Peer
|
||||||
exchange exchange.Interface
|
exchange exchange.Interface
|
||||||
blockstore bstore.Blockstore
|
blockstore blockstore.Blockstore
|
||||||
}
|
}
|
||||||
|
|
||||||
// session creates a test bitswap session.
|
// session creates a test bitswap session.
|
||||||
|
Reference in New Issue
Block a user