2
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
-2
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