Update 14.0.md

This commit is contained in:
glight2000
2015-12-23 11:43:23 +08:00
parent f5740457a9
commit e3b0c7ff76

View File

@@ -5,3 +5,9 @@
不要通过共享内存来通信。取而代之的是通过通信来共享内存。
使通讯相互协调。
## 链接
- [目录](directory.md)
- 上一节:[性能调试:分析并优化 Go 程序](13.10.md)
- 下一节:[并发,并行和携程](14.1.md)