From 8f6294df58ea038c5099b19aff5bf658333b4798 Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Fri, 22 Jun 2012 04:10:33 +0100 Subject: [PATCH] Remove unused Version const --- cache.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cache.go b/cache.go index afe5348..6cffedc 100644 --- a/cache.go +++ b/cache.go @@ -11,8 +11,6 @@ import ( "time" ) -const Version = "1.0" - type Item struct { Object interface{} Expiration *time.Time