Update gcache_z_example_cache_test.go

This commit is contained in:
546104865
2021-11-11 23:37:01 +08:00
parent 195e167502
commit 4e91039254

View File

@ -540,7 +540,7 @@ func ExampleCache_MustGetOrSetFunc() {
fmt.Println(v1)
// Output:
// 111
// v1
//
}