Update 14.1.md

This commit is contained in:
glight2000
2015-12-26 08:54:59 +08:00
parent 877d5f37bf
commit 7fd3b78990

View File

@@ -152,5 +152,5 @@ Go协程比协程更强大也很容易从协程的逻辑复用到go协程。
## 链接
- [目录](directory.md)
- 上一节:[性能调试:分析并优化 Go 程序](13.10.md)
- 下一节:[并发,并行和协程](14.1.md)
- 上一节:[协程goroutine与通道channel](14.0.md)
- 下一节:[使用通道进行协程间通信](14.2.md)