MCPcopy Create free account
hub / github.com/MengMengCode/GetRealityDomain / printSuccess

Function printSuccess

main.go:538–540  ·  view source on GitHub ↗

打印成功信息

(msg string)

Source from the content-addressed store, hash-verified

536
537// 打印成功信息
538func printSuccess(msg string) {
539 fmt.Printf("✅ %s\n", msg)
540}
541
542// 打印错误信息
543func printError(msg string) {

Callers 2

ExportRealityConfigFunction · 0.85
DownloadGeoLite2DBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected