sm
/
cache
1
0
Fork 0

README.md: Add missing 'time' import to example

This commit is contained in:
Patrick Mylund Nielsen 2015-03-03 09:09:38 -05:00
parent 03284ca422
commit 93d85800f2
1 changed files with 1 additions and 0 deletions

View File

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