精校:10.2-10.4

This commit is contained in:
Unknwon
2015-08-16 16:52:01 +08:00
parent b0b3812a9d
commit 55ac71730e
6 changed files with 49 additions and 35 deletions

5
TOC.md
View File

@@ -80,4 +80,7 @@
- 9.10 [Go 的外部包和项目](eBook/09.10.md)
- 9.11 [在 Go 程序中使用外部库](eBook/09.11.md)
- 第10章[结构struct与方法method](eBook/10.0.md)
- 10.1 [结构体定义](eBook/10.1.md)
- 10.1 [结构体定义](eBook/10.1.md)
- 10.2 [使用工厂方法创建结构体实例](eBook/10.2.md)
- 10.3 [使用自定义包中的结构体](eBook/10.3.md)
- 10.4 [带标签的结构体](eBook/10.4.md)