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 ( import (
"fmt" "fmt"
"github.com/pmylund/go-cache" "github.com/pmylund/go-cache"
"time"
) )
func main() { func main() {

Loading…
Cancel
Save