2
0

Version 1.0

Added Version constant
This commit is contained in:
Patrick Mylund Nielsen
2012-01-29 04:44:34 +01:00
parent 07aec145ba
commit bbb477e5bd
+2
View File
@@ -11,6 +11,8 @@ import (
"time" "time"
) )
const Version = "1.0"
type Item struct { type Item struct {
Object interface{} Object interface{}
Expiration *time.Time Expiration *time.Time