Version 1.0

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

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

Loading…
Cancel
Save