Documentation
¶
Index ¶
Constants ¶
View Source
const ( SecondsInMinute = 60 SecondsInHour = 60 * SecondsInMinute SecondsInDay = 24 * SecondsInHour SecondsInMonth = 30 * SecondsInDay SecondsInYear = 365 * SecondsInDay )
Variables ¶
View Source
var ErrTooBig = errors.New("interval overflows time.Duration")
ErrTooBig is returned by interval.Duration and Duration.Scan if the interval would overflow a time.Duration.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.