Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MengMengCode/GetRealityDomain
/ pause
Function
pause
main.go:527–530 ·
view source on GitHub ↗
暂停等待用户按键
()
Source
from the content-addressed store, hash-verified
525
526
// 暂停等待用户按键
527
func
pause() {
528
fmt.Print(
"\n按回车键继续..."
)
529
bufio.NewReader(os.Stdin).ReadString(
'\n'
)
530
}
531
532
// 打印信息
533
func
printInfo(msg string) {
Callers
2
main
Function · 0.85
showResultsPaginated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected