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
0a8f8e30
Commit
0a8f8e30
authored
Feb 15, 2018
by
Hector Sanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Golint merkledag_test.go
License: MIT Signed-off-by:
Hector Sanjuan
<
hector@protocol.ai
>
parent
331b83e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
merkledag_test.go
merkledag_test.go
+1
-1
No files found.
merkledag_test.go
View file @
0a8f8e30
...
...
@@ -133,7 +133,7 @@ func TestBatchFetchDupBlock(t *testing.T) {
func
makeTestDAG
(
t
*
testing
.
T
,
read
io
.
Reader
,
ds
ipld
.
DAGService
)
ipld
.
Node
{
p
:=
make
([]
byte
,
512
)
nodes
:=
[]
*
ProtoNode
{}
var
err
error
=
nil
var
err
error
_
,
err
=
read
.
Read
(
p
)
for
err
==
nil
{
protoNode
:=
NodeWithData
(
p
)
...
...
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