update dir

This commit is contained in:
leo
2016-03-24 22:53:45 +08:00
parent 25f01ad92f
commit ec1cbb1dc0
4 changed files with 19 additions and 13 deletions

View File

@@ -155,6 +155,10 @@
- 16.2 [误用字符串](16.2.md)
- 16.3 [发生错误时使用defer关闭一个文件](16.3.md)
- 16.4 [何时使用new()和make()](16.4.md)
- 16.5 [不需要将一个指向切片的指针传递给函数](16.5.md)
- 16.6 [使用指针指向接口类型](16.6.md)
- 16.7 [使用值类型时误用指针](16.7.md)
- 16.8 [误用协程和通道](16.8.md)
- 第17章模式
- 第18章[出于性能考虑的实用代码片段](18.0.md)
- 18.1 [字符串](18.1.md)