Merge pull request #293 from LockMo/patch-3

Update 09.3.md
This commit is contained in:
无闻
2016-12-05 15:19:35 -05:00
committed by GitHub

View File

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