modified: eBook/18.11.md

modified:   eBook/18.5.md
	modified:   eBook/18.6.md
	modified:   eBook/18.8.md
	modified:   eBook/18.9.md
This commit is contained in:
songleo
2016-01-03 22:45:20 +08:00
parent 830785f46e
commit bc390fa872
5 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# 18.6 函数
如何使用内建函数`recover``panic`过程(参考[章节13.3](13.3.md)
如何使用内建函数`recover``panic`过程(参考[章节13.3](13.3.md)
```go
func protect(g func()) {