sm
/
cache
1
0
Fork 0

Change GitHub repository URLs in README

This commit is contained in:
Patrick Mylund Nielsen 2015-12-02 14:32:12 -05:00
parent 66bf7b7a45
commit faf83836bd
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"
)