sm
/
cache
1
0
Fork 0

Remove unused Version const

This commit is contained in:
Patrick Mylund Nielsen 2012-06-22 04:10:33 +01:00
parent 2b93e5eceb
commit 8f6294df58
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ import (
"time" "time"
) )
const Version = "1.0"
type Item struct { type Item struct {
Object interface{} Object interface{}
Expiration *time.Time Expiration *time.Time