Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Now = time.Now
View Source
var Since = time.Since
Functions ¶
This section is empty.
Types ¶
type AlwaysIncreasingClock ¶
Clock where Now() always returns a greater value than the previous return value
func NewAlwaysIncreasingClock ¶
func NewAlwaysIncreasingClock() AlwaysIncreasingClock
func (AlwaysIncreasingClock) Now ¶
func (c AlwaysIncreasingClock) Now() time.Time
Click to show internal directories.
Click to hide internal directories.