pull/12/head
Xargin 2016-11-21 18:14:08 +08:00
parent bb71ca05f5
commit c321e2c31b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func Lookup(key string) string {
}
```
下面这个版本在功能上是一致的,但将两个包级的变量放在了cache这个struct一组内
下面这个版本在功能上是一致的,但将两个包级的变量放在了cache这个struct一组内
```go
var cache = struct {