Update 09.3.md

修正中文双引为英文双引
This commit is contained in:
守夜人
2016-11-22 16:24:23 +08:00
committed by GitHub
parent 8a47e7915e
commit 114fce9726

View File

@@ -13,7 +13,7 @@
假设 info 是一个需要上锁的放在共享内存中的变量。通过包含 `Mutex` 来实现的一个典型例子如下:
```go
import sync
import "sync"
type Info struct {
mu sync.Mutex