翻译13.6

This commit is contained in:
dake
2015-11-08 15:43:53 +08:00
parent 725f2b5c1a
commit 4207e28a11
3 changed files with 82 additions and 1 deletions

View File

@@ -132,6 +132,7 @@
- 13.5 [一种用闭包处理错误的模式](13.5.md)
- 13.6 [启动外部命令和程序](13.6.md)
- 13.7 [Go 中的单元测试和基准测试](13.7.md)
- 13.8 [测试的具体例子](13.8.md)
- 第14章goroutine 与 channel
- 第15章网络、模版与网页应用