Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
emma
Commits
4b7fc512
Unverified
Commit
4b7fc512
authored
Apr 24, 2020
by
Philipp Winter
Browse files
Let there be colons.
parent
8b3ab260
Changes
1
Hide whitespace changes
Inline
Side-by-side
emma.go
View file @
4b7fc512
...
...
@@ -33,7 +33,7 @@ func testWebsites() {
}
func
testDirAuths
()
{
l
.
Println
(
"Testing directory authorities
.
"
)
l
.
Println
(
"Testing directory authorities
:
"
)
for
_
,
addrTuple
:=
range
dirAuths
{
r
:=
IsTCPPortReachable
(
addrTuple
)
...
...
@@ -42,7 +42,7 @@ func testDirAuths() {
}
func
testRelays
()
{
l
.
Println
(
"Testing relays
.
"
)
l
.
Println
(
"Testing relays
:
"
)
for
_
,
addrTuple
:=
range
relays
{
r
:=
IsTCPPortReachable
(
addrTuple
)
...
...
Write
Preview
Supports
Markdown
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