gobyexample/examples/range-over-channels/range-over-channels.sh
2012-10-18 08:47:44 -07:00

8 lines
169 B
Bash

$ go run range-over-channels.go
one
two
# This example also showed that it's possible to close
# a non-empty channel but still have the remaining
# values be received.