翻译12.11

This commit is contained in:
dake
2015-11-01 17:24:24 +08:00
parent 45348b29ab
commit cb2100c55a
3 changed files with 136 additions and 1 deletions

View File

@@ -119,6 +119,7 @@
- 12.8 [一个使用接口的实际例子fmt.Fprintf](12.8.md)
- 12.9 [格式化 Json 数据](12.9.md)
- 12.10 [XML 数据格式](12.10.md)
- 12.11 [用 Gob 传输数据](12.11.md)
- 第13章错误处理与测试
- 第14章goroutine 与 channel
- 第15章网络、模版与网页应用