package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev

# README

range over channels

NOTICE

  • channel被关闭了之后,还是可以从channel读取数据的

运行结果

Imgur

资料

https://gobyexample.com/range-over-channels