freeCodeCamp/guide/chinese/go/go-channels/index.md

16 lines
628 B
Markdown

---
title: Go Channels
localeTitle: 去频道
---
## 去频道
这是一个存根。 [帮助我们的社区扩展它](https://github.com/freecodecamp/guides/tree/master/src/pages/go/go-channels/index.md) 。
[这种快速风格指南有助于确保您的拉取请求被接受](https://github.com/freecodecamp/guides/blob/master/README.md) 。
#### 更多信息:
* [围棋之旅](https://tour.golang.org/concurrency/2)
* [以身作则](https://gobyexample.com/channels)
* [Golang Book](https://www.golang-book.com/books/intro/10)
* [Go编程语言规范](https://golang.org/ref/spec#Making_slices_maps_and_channels)