From 114fce9726dc65b09a98e30cfccd5a7361fa0271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=88=E5=A4=9C=E4=BA=BA?= Date: Tue, 22 Nov 2016 16:24:23 +0800 Subject: [PATCH] Update 09.3.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正中文双引为英文双引 --- eBook/09.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/09.3.md b/eBook/09.3.md index a01dd78..509b873 100644 --- a/eBook/09.3.md +++ b/eBook/09.3.md @@ -13,7 +13,7 @@ 假设 info 是一个需要上锁的放在共享内存中的变量。通过包含 `Mutex` 来实现的一个典型例子如下: ```go -import “sync” +import "sync" type Info struct { mu sync.Mutex