sm
/
cache
1
0
Fork 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
1 changed files with 2 additions and 0 deletions

View File

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