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
p2p
go-p2p-addrutil
Commits
f42458bc
Commit
f42458bc
authored
Nov 15, 2015
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more vendoring
parent
4590b7c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
addr.go
addr.go
+2
-2
addr_test.go
addr_test.go
+2
-2
No files found.
addr.go
View file @
f42458bc
...
...
@@ -5,8 +5,8 @@ import (
logging
"QmWRypnfEwrgH4k93KEHN5hng7VjKYkWmzDYRuTZeh2Mgh/go-log"
ma
"
github.com/jbenet
/go-multiaddr"
manet
"
github.com/jbenet
/go-multiaddr-net"
ma
"
QmaA6aDzeHjZiuqBtgYRz8ZXb1qMCoyMHgyDjBEYQniUKF
/go-multiaddr"
manet
"
QmanZCL6SXRfafiUEMCBLq2QR171uQSdXQ8YAdHXLd8Cwr
/go-multiaddr-net"
context
"golang.org/x/net/context"
)
...
...
addr_test.go
View file @
f42458bc
...
...
@@ -3,8 +3,8 @@ package addrutil
import
(
"testing"
ma
"
github.com/jbenet
/go-multiaddr"
manet
"
github.com/jbenet
/go-multiaddr-net"
ma
"
QmaA6aDzeHjZiuqBtgYRz8ZXb1qMCoyMHgyDjBEYQniUKF
/go-multiaddr"
manet
"
QmanZCL6SXRfafiUEMCBLq2QR171uQSdXQ8YAdHXLd8Cwr
/go-multiaddr-net"
)
func
newMultiaddr
(
t
*
testing
.
T
,
s
string
)
ma
.
Multiaddr
{
...
...
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