This commit is contained in:
Craig Pastro
2023-10-23 10:23:25 -07:00
committed by GitHub
parent c56472f9b5
commit 2ad5f8fe86

View File

@@ -17,7 +17,7 @@ Import and create a `Cache` instance:
```go ```go
import ( import (
github.com/karlseguin/ccache/v3 "github.com/karlseguin/ccache/v3"
) )
// create a cache with string values // create a cache with string values