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

View File

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