add chapter 17 and section 17.1

This commit is contained in:
leo
2016-03-26 22:42:15 +08:00
parent daeb326834
commit df395dadd0
3 changed files with 85 additions and 1 deletions

View File

@@ -161,7 +161,8 @@
- 16.8 [误用协程和通道](16.8.md)
- 16.9 [闭包和协程的使用](16.9.md)
- 16.10 [糟糕的错误处理](16.10.md)
- 第17章模式
- 第17章[模式](17.0.md)
- 17.1 [关于逗号ok模式](17.1.md)
- 第18章[出于性能考虑的实用代码片段](18.0.md)
- 18.1 [字符串](18.1.md)
- 18.2 [数组和切片](18.2.md)