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

master
Patrick Mylund Nielsen 10 years ago
parent 03284ca422
commit 93d85800f2

@ -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() {

Loading…
Cancel
Save