Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
c2d846a7
Commit
c2d846a7
authored
Oct 25, 2018
by
vyzo
Browse files
fix go vet issue
parent
292b8a12
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/host/relay/autorelay_test.go
View file @
c2d846a7
...
...
@@ -178,7 +178,7 @@ func TestAutoRelay(t *testing.T) {
}
}
err
=
h4
.
Connect
(
ctx
,
pstore
.
PeerInfo
{
h3
.
ID
(),
raddrs
})
err
=
h4
.
Connect
(
ctx
,
pstore
.
PeerInfo
{
ID
:
h3
.
ID
(),
Addrs
:
raddrs
})
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
...
...
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