Update gcache_z_example_cache_test.go

This commit is contained in:
546104865
2021-11-11 21:19:33 +08:00
parent ae27afaeb4
commit 655426c322

View File

@ -480,7 +480,6 @@ func ExampleCache_MustGet() {
k2 := c.MustGet(ctx, "k2")
fmt.Println(k2)
//
k1 := c.MustGet(ctx, "k1")
fmt.Println(k1)