Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MengMengCode/GetRealityDomain
/ printError
Function
printError
main.go:543–545 ·
view source on GitHub ↗
打印错误信息
(msg string)
Source
from the content-addressed store, hash-verified
541
542
// 打印错误信息
543
func
printError(msg string) {
544
fmt.Printf(
"❌ %s\n"
, msg)
545
}
546
547
// isValidMask 验证子网掩码位数是否有效
548
func
isValidMask(mask string) bool {
Callers
9
ProcessResults
Method · 0.85
Iterate
Function · 0.85
expandCIDR
Function · 0.85
IterateAddr
Function · 0.85
IterateCIDR
Function · 0.85
TryDownloadGeoLite2DB
Function · 0.85
main
Function · 0.85
scanAddress
Function · 0.85
showResultsPaginated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected