11.8-11.9

This commit is contained in:
Unknwon
2015-09-13 21:37:43 -04:00
parent 778950f37c
commit c264763a66
7 changed files with 12 additions and 10 deletions

4
TOC.md
View File

@@ -95,4 +95,6 @@
- 11.4 [类型判断type-switch](eBook/11.4.md)
- 11.5 [测试一个值是否实现了某个接口](eBook/11.5.md)
- 11.6 [使用方法集与接口](eBook/11.6.md)
- 11.7 [第一个例子使用Sorter接口排序](eBook/11.7.md)
- 11.7 [第一个例子:使用 Sorter 接口排序](eBook/11.7.md)
- 11.8 [第二个例子:读和写](eBook/11.8.md)
- 11.9 [空接口](eBook/11.9.md)