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-merkledag
Commits
1655cd1a
Commit
1655cd1a
authored
Jul 01, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go-datastore changes 0.1.2
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
0c877453
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
merkledag_test.go
merkledag_test.go
+2
-2
test/utils.go
test/utils.go
+2
-2
utils/utils.go
utils/utils.go
+2
-2
No files found.
merkledag_test.go
View file @
1655cd1a
...
...
@@ -23,8 +23,8 @@ import (
uio
"github.com/ipfs/go-ipfs/unixfs/io"
u
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
ds
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore"
dssync
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore/sync"
ds
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore"
dssync
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore/sync"
)
type
dagservAndPinner
struct
{
...
...
test/utils.go
View file @
1655cd1a
...
...
@@ -5,8 +5,8 @@ import (
bsrv
"github.com/ipfs/go-ipfs/blockservice"
"github.com/ipfs/go-ipfs/exchange/offline"
dag
"github.com/ipfs/go-ipfs/merkledag"
ds
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore"
dssync
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore/sync"
ds
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore"
dssync
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore/sync"
)
func
Mock
()
dag
.
DAGService
{
...
...
utils/utils.go
View file @
1655cd1a
...
...
@@ -4,8 +4,8 @@ import (
"errors"
context
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
ds
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore"
syncds
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore/sync"
ds
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore"
syncds
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore/sync"
bstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
bserv
"github.com/ipfs/go-ipfs/blockservice"
...
...
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