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
mf
go-multiaddr
Commits
fcee0ca9
Commit
fcee0ca9
authored
Mar 29, 2019
by
idk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove thing from debugging
parent
d288e979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
transcoders.go
transcoders.go
+0
-2
No files found.
transcoders.go
View file @
fcee0ca9
...
...
@@ -294,8 +294,6 @@ func garlic32Validate(b []byte) error {
return
fmt
.
Errorf
(
"failed to validate garlic addr: %s not an i2p base32 address. len: %d
\n
"
,
b
,
len
(
b
))
}
}
str
,
_
:=
garlic32BtS
(
b
)
fmt
.
Printf
(
"%s, %d"
,
str
,
len
(
b
))
return
nil
}
...
...
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