Compare commits

..

No commits in common. "325cf079b76f662aa7c177fde928aef700f056d0" and "096ef23f973a82c992bdcde9d85dfb98628fff93" have entirely different histories.

View File

@ -88,7 +88,7 @@ type ColoredPoint struct {
方法只能在命名类型像Point或者指向类型的指针上定义但是多亏了内嵌有些时候我们给匿名struct类型来定义方法也有了手段。
下面是一个小trick。这个例子展示了简单的cache其使用两个包级别的变量来实现一个mutex互斥§9.2和它所操作的cache
下面是一个小trick。这个例子展示了简单的cache其使用两个包级别的变量来实现一个mutex互斥§9.2和它所操作的cache
```go
var (