Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeCupFinalNorway1976 = time.Date(1976, time.October, 24, 12, 15, 2, 127686412, time.UTC)
TimeCupFinalNorway1976 is the start time in UTC for the final match of the 1976 Norwegian Football Cup. This is typically used in tests where you need a historic time with a special meaning.
Functions ¶
This section is empty.
Types ¶
type Clock ¶
type Clock interface { Now() time.Time Since(t time.Time) time.Duration Until(t time.Time) time.Duration // Offset returns the offset of this clock relative to the system clock. Offset() time.Duration }
Clock provides the sub set of methods in time.Time that this package provides.
Click to show internal directories.
Click to hide internal directories.