sm
/
cache
1
0
Fork 0
This commit is contained in:
Giuseppe 2015-12-03 01:18:21 +01:00
commit d550e2eebf
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
### Installation
`go get github.com/pmylund/go-cache`
`go get github.com/patrickmn/go-cache`
### Usage
import (
"fmt"
"github.com/pmylund/go-cache"
"github.com/patrickmn/go-cache"
"time"
)