CH11.7 OK

This commit is contained in:
leisore
2015-09-01 11:58:24 +08:00
parent eaa4c89ef0
commit df4f6aa953
2 changed files with 226 additions and 0 deletions

View File

@@ -100,6 +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)
## 第三部分Go 高级编程