update README

This commit is contained in:
youjianglong 2018-03-28 15:42:48 +08:00
parent 0dcaa59db8
commit c6fb363597
1 changed files with 3 additions and 3 deletions

View File

@ -15,14 +15,14 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
### Installation ### Installation
`go get github.com/patrickmn/go-cache` `go get github.com/youjianglong/go-cache`
### Usage ### Usage
```go ```go
import ( import (
"fmt" "fmt"
"github.com/patrickmn/go-cache" "github.com/youjianglong/go-cache"
"time" "time"
) )
@ -80,4 +80,4 @@ func main() {
### Reference ### Reference
`godoc` or [http://godoc.org/github.com/patrickmn/go-cache](http://godoc.org/github.com/patrickmn/go-cache) `godoc` or [http://godoc.org/github.com/youjianglong/go-cache](http://godoc.org/github.com/youjianglong/go-cache)