update for-range

main
tink 2 years ago
parent f84242ff78
commit 946f1e7758

@ -190,7 +190,7 @@ func main() {
## 遍历通道
当遍历通道时直到通道关闭才会终止若通道是nil则会永远阻塞。遍历通道源码分析请见[从通道中读取数据](../concurrency/channel.html#id4)
当遍历通道时直到通道关闭才会终止若通道是nil则会永远阻塞。遍历通道源码分析请见《**[运行时篇-通道-从channel中读取数据]({{< relref "concurrency/channel#channel" >}})** 》
## 进一步阅读

Loading…
Cancel
Save