From 4b7cb223110e2bf372fccf4eea0b04d3a3e1650d Mon Sep 17 00:00:00 2001 From: glight2000 <173959153@qq.com> Date: Thu, 31 Dec 2015 23:21:27 +0800 Subject: [PATCH] Update 14.6.md --- eBook/14.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/14.6.md b/eBook/14.6.md index 7db7f39..0bd6ee1 100644 --- a/eBook/14.6.md +++ b/eBook/14.6.md @@ -1,4 +1,4 @@ -# 14.6 协程和recover +# 14.6 协程和恢复(recover) 一个用到`recover`的程序(参见章节13.3)停掉了服务器内部一个失败的协程而不影响其他协程的工作。 ```go