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
90abcbc0
Commit
90abcbc0
authored
Sep 20, 2014
by
Juan Batiz-Benet
Committed by
Brian Tiger Chow
Sep 22, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output + linting
parent
b897d7b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
merkledag.go
merkledag.go
+0
-1
No files found.
merkledag.go
View file @
90abcbc0
...
...
@@ -130,7 +130,6 @@ func (n *DAGService) AddRecursive(nd *Node) error {
}
for
_
,
link
:=
range
nd
.
Links
{
fmt
.
Println
(
"Adding link."
)
if
link
.
Node
==
nil
{
panic
(
"Why does this node have a nil link?
\n
"
)
}
...
...
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