Что будет выведено в результате выполнения программы
func readFiles(ch <-chan string) error{ for path :range ch{ file, err :=```