Version 1.0

Added Version constant
master
Patrick Mylund Nielsen 13 years ago
parent 07aec145ba
commit bbb477e5bd

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

Loading…
Cancel
Save