Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MengMengCode/GetRealityDomain
/ printInfo
Function
printInfo
main.go:533–535 ·
view source on GitHub ↗
打印信息
(msg string)
Source
from the content-addressed store, hash-verified
531
532
// 打印信息
533
func
printInfo(msg string) {
534
fmt.Printf(
"ℹ️ %s\n"
, msg)
535
}
536
537
// 打印成功信息
538
func
printSuccess(msg string) {
Callers
10
printProgress
Method · 0.85
PrintRealityTargets
Function · 0.85
scanSingleIP
Function · 0.85
expandCIDR
Function · 0.85
IterateCIDR
Function · 0.85
DownloadGeoLite2DB
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