翻译13.8

This commit is contained in:
dake
2015-11-08 16:48:48 +08:00
parent 4207e28a11
commit e33618d70c
3 changed files with 137 additions and 0 deletions

View File

@@ -133,6 +133,7 @@
- 13.6 [启动外部命令和程序](13.6.md)
- 13.7 [Go 中的单元测试和基准测试](13.7.md)
- 13.8 [测试的具体例子](13.8.md)
- 13.9 [用(测试数据)表驱动测试](13.9.md)
- 第14章goroutine 与 channel
- 第15章网络、模版与网页应用