package colorizer import "fmt" func ClearFromCursorToEnd() { fmt.Printf("\033[K") }