gobyexample/examples/range-over-channels/range-over-channels.sh
2019-10-08 11:18:36 +03:00

7 lines
224 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$ go run range-over-channels.go
one
two
# Этот пример так же демонстрирует, что возможно
# прочитать данные из канала уже после его закрытия.