MCPcopy 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// 暂停等待用户按键
527func pause() {
528 fmt.Print("\n按回车键继续...")
529 bufio.NewReader(os.Stdin).ReadString('\n')
530}
531
532// 打印信息
533func printInfo(msg string) {

Callers 2

mainFunction · 0.85
showResultsPaginatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected