package terminal import ( "fmt" "testing" ) func TestIsColor(t *testing.T) { fmt.Println(IsColor()) }