diff --git a/os/gcache/gcache_z_example_cache_test.go b/os/gcache/gcache_z_example_cache_test.go index c1ca72b51..d28acefba 100644 --- a/os/gcache/gcache_z_example_cache_test.go +++ b/os/gcache/gcache_z_example_cache_test.go @@ -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