Skip to content

Commit

Permalink
README.md: Add missing 'time' import to example
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmn committed Mar 3, 2015
1 parent 03284ca commit 93d8580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 93d8580

Please sign in to comment.