package
Version:
v0.0.0-...-0da26dc
Opens a new window with list of versions in this module.
Published: Oct 25, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package clock provides convenient functionality to manage the time.
type Clock interface {
Now() time.Time
}
Clock provides functionality to manage the time.
type RealTimeClock struct{}
RealTimeClock is a real time Clock.
Now is the current time in UTC.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.