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-dms3
Commits
a7cea2ea
Commit
a7cea2ea
authored
Feb 06, 2015
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(routing/supernode/client) fix indent
parent
72b934e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
routing/supernode/proxy/standard.go
routing/supernode/proxy/standard.go
+4
-4
No files found.
routing/supernode/proxy/standard.go
View file @
a7cea2ea
...
...
@@ -34,11 +34,11 @@ func Standard(h host.Host, remotes []peer.PeerInfo) Proxy {
}
func
(
px
*
standard
)
Bootstrap
(
ctx
context
.
Context
)
error
{
for
_
,
info
:=
range
px
.
Remotes
{
if
err
:=
px
.
Host
.
Connect
(
ctx
,
info
);
err
!=
nil
{
return
err
// TODO
}
for
_
,
info
:=
range
px
.
Remotes
{
if
err
:=
px
.
Host
.
Connect
(
ctx
,
info
);
err
!=
nil
{
return
err
// TODO
}
}
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