Fix error building with pandoc.

This commit is contained in:
jxskiss
2016-09-28 02:09:32 +08:00
parent f7e4126370
commit 6be131ac34
15 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
# 第九章 基于共享变量的并发
# 第九章 基于共享变量的并发
前一章我们介绍了一些使用goroutine和channel这样直接而自然的方式来实现并发的方法。然而这样做我们实际上屏蔽掉了在写并发代码时必须处理的一些重要而且细微的问题。