Documentation ¶
Index ¶
Constants ¶
View Source
const ( Nanosecond Duration = 1 Microsecond = 1000 * Nanosecond Millisecond = 1000 * Microsecond Second = 1000 * Millisecond Minute = 60 * Second Hour = 60 * Minute )
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶ added in v0.5.7
func Initialize()
Types ¶
type Duration ¶ added in v0.5.7
func ParseDuration ¶ added in v0.5.7
type Location ¶ added in v0.5.7
func GetLocation ¶ added in v0.5.7
func GetLocation() *Location
Click to show internal directories.
Click to hide internal directories.