Update gcache_z_example_cache_test.go

This commit is contained in:
546104865
2021-11-11 22:32:08 +08:00
parent 9b663b4c2b
commit 01a50b06cb

View File

@ -327,7 +327,7 @@ func ExampleCache_GetExpire() {
expire, _ := c.GetExpire(ctx, "k")
fmt.Println(expire)
// Output:
// May Output:
// 10s
}