From 93d85800f2fa6bd0a739e7bd612bfa3bc008b72d Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Tue, 3 Mar 2015 09:09:38 -0500 Subject: [PATCH] README.md: Add missing 'time' import to example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c14e66..92e8a74 100644 --- a/README.md +++ b/README.md @@ -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() {