This commit is contained in:
Michele Fadda 2015-07-21 12:05:23 +02:00
parent 92edbeeadb
commit da68bd79e9

View file

@ -14,7 +14,7 @@ import (
)
const (
_VERSION = "v0.5"
_VERSION = "v1.0"
_tformat = "2006-01-02"
_24h = (time.Hour * 23) + (time.Minute * 59) + (time.Second * 59)
_10m = (time.Minute * 10)