package cmd import "fmt" func GoshClear() { fmt.Print("\033[H\033[2J") }