校对13.10

This commit is contained in:
dake
2015-11-15 16:37:07 +08:00
parent 3ea6d3ecea
commit e16c597494
3 changed files with 3 additions and 3 deletions

View File

@@ -140,4 +140,4 @@ gopprof http://localhost:6060/debug/pprof/heap # heap profile
- [目录](directory.md)
- 上一节:[用(测试数据)表驱动测试](13.9.md)
- 下一章:[协程与通道](14.0.md)
- 下一章:[协程goroutine与通道channel](14.0.md)

View File

@@ -1,2 +1,2 @@
# 14 协程与通道
# 14 协程goroutine与通道channel

View File

@@ -135,7 +135,7 @@
- 13.8 [测试的具体例子](13.8.md)
- 13.9 [用(测试数据)表驱动测试](13.9.md)
- 13.10 [性能调试:分析并优化 Go 程序](13.10.md)
- 第14章goroutinechannel
- 第14章[协程(goroutine)与通道(channel](14.0.md)
- 第15章网络、模版与网页应用
## 第四部分:实际应用