tangled
alpha
login
or
join now
atscan.net
/
atscand
wip
1
fork
atom
overview
issues
pulls
pipelines
update
tree.fail
2 months ago
87aa3966
ae16ebb8
options
unified
split
Changed files
-7
internal
pds
scanner.go
-7
internal/pds/scanner.go
···
158
158
159
159
return status
160
160
}
161
161
-
162
162
-
func (s *Scanner) statusString(available bool) string {
163
163
-
if available {
164
164
-
return "online"
165
165
-
}
166
166
-
return "offline"
167
167
-
}