Versions in this module Expand all Collapse all v1 v1.0.2 Mar 2, 2019 v1.0.1 Mar 2, 2019 Changes in this version + var Empty = regexp.MustCompile("^\\s*$") + var ISO = time.RFC3339Nano + var InDays = regexp.MustCompile("^\\s*(IN)\\s+(\\d+)\\s+(D|DAY|DAYS)\\s*$") + var InHours = regexp.MustCompile("^\\s*(IN)\\s+(\\d+)\\s+(H|HR|HOUR|HRS|HOURS)\\s*$") + var InMinutes = regexp.MustCompile("^\\s*(IN)\\s+(\\d+)\\s+(M|MIN|MINUTE|MINS|MINUTES)\\s*$") + var MonthYear = regexp.MustCompile("^\\s*(\\d{1,2})-(\\d{4})\\s*$") + var NullTime = time.Time + var TimeNow = regexp.MustCompile("^\\s*(NOW)\\s*$") + var YYYYMMDD = regexp.MustCompile("^\\s*(\\d{4})-(\\d{2})-(\\d{2})\\s*$") + var Year = regexp.MustCompile("^\\s*(\\d{4})\\s*$") + var YearMonth = regexp.MustCompile("^\\s*(\\d{4})-(\\d{1,2})\\s*$") + func DeleteFileIfExists(path string) error + func ParseDatePeriod(value string) (time.Time, time.Time, error) + func ParseDuration(value string, notnull bool) (time.Duration, error) + func ParseTime(value string, notnull bool) (time.Time, error) + func ResolvePath(path string, relpath string) (string, bool) + func UppercaseFirstLetter(src string) string + func UserDir() string