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