Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-bitswap
Commits
7d72132c
Commit
7d72132c
authored
Nov 20, 2014
by
Brian Tiger Chow
Committed by
Jeromy
Dec 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename
License: MIT Signed-off-by:
Brian Tiger Chow
<
brian@perfmode.com
>
parent
08d0a11b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bitswap_test.go
bitswap_test.go
+2
-3
No files found.
bitswap_test.go
View file @
7d72132c
...
@@ -11,8 +11,7 @@ import (
...
@@ -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 {
...
@@ -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
b
lock
store
.
Blockstore
}
}
// session creates a test bitswap session.
// session creates a test bitswap session.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment