This commit is contained in:
Oleksandr Redko 2019-11-21 18:57:23 +08:00 committed by GitHub
commit 2015a96595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,8 +22,9 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
```go
import (
"fmt"
"github.com/patrickmn/go-cache"
"time"
"github.com/patrickmn/go-cache"
)
func main() {