Update gcache_z_example_cache_test.go

This commit is contained in:
564104865
2021-11-05 09:41:49 +08:00
parent 98d72fae25
commit 5b83b2375e

View File

@ -10,7 +10,7 @@ import (
func ExampleNew() {
// Create a cache object,
// Of course, you can also easily use the gcache package method directly
// Of course, you can also easily use the gcache package method directly.
c := gcache.New()
// Set cache without expiration