更新14、15和17章目录 (#702)

* 更新14、15和17章目录

* Update README.md

* 添加章节序号

* 添加章节序号

* 添加代码链接

* 修改错别字

* 删除多余字符

* 修复代码与文件不对应的问题

* 修改代码
This commit is contained in:
yusuf
2019-08-02 12:16:20 +08:00
committed by ᴊ. ᴄʜᴇɴ
parent b635a61405
commit b242141e22
7 changed files with 37 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
# defer 模式
# 17.2 defer 模式
使用 `defer` 可以确保资源不再需要时,都会被恰当地关闭或归还到“池子”中。更重要的一点是,它可以恢复 panic。