MCPcopy 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// 打印错误信息
543func printError(msg string) {
544 fmt.Printf("❌ %s\n", msg)
545}
546
547// isValidMask 验证子网掩码位数是否有效
548func isValidMask(mask string) bool {

Callers 9

ProcessResultsMethod · 0.85
IterateFunction · 0.85
expandCIDRFunction · 0.85
IterateAddrFunction · 0.85
IterateCIDRFunction · 0.85
TryDownloadGeoLite2DBFunction · 0.85
mainFunction · 0.85
scanAddressFunction · 0.85
showResultsPaginatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected