new section

This commit is contained in:
leo
2016-03-25 23:29:35 +08:00
parent 79e3478bce
commit 25f6863611
3 changed files with 151 additions and 0 deletions

View File

@@ -159,6 +159,8 @@
- 16.6 [使用指针指向接口类型](16.6.md)
- 16.7 [使用值类型时误用指针](16.7.md)
- 16.8 [误用协程和通道](16.8.md)
- 16.9 [闭包和协程的使用](16.9.md)
- 16.10 [糟糕的错误处理](16.10.md)
- 第17章模式
- 第18章[出于性能考虑的实用代码片段](18.0.md)
- 18.1 [字符串](18.1.md)