mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
Update gcache_z_example_cache_test.go
This commit is contained in:
@ -480,7 +480,6 @@ func ExampleCache_MustGet() {
|
||||
k2 := c.MustGet(ctx, "k2")
|
||||
fmt.Println(k2)
|
||||
|
||||
//
|
||||
k1 := c.MustGet(ctx, "k1")
|
||||
fmt.Println(k1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user