cmd := exec.Command("cmd.exe", "/c", "cls")
cmd.Stdout = os.Stdout
cmd.Run()