Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MengMengCode/GetRealityDomain
/ clearScreen
Function
clearScreen
main.go:441–443 ·
view source on GitHub ↗
工具函数 清屏
()
Source
from the content-addressed store, hash-verified
439
440
// 清屏
441
func
clearScreen() {
442
fmt.Print(
"\033[2J\033[H"
)
443
}
444
445
// 使用系统清屏命令
446
func
clearScreenSystem() {
Callers
2
showTitle
Function · 0.85
showResultsPaginated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected