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 ¶
func Initialize()
Types ¶
type Duration ¶
func ParseDuration ¶
Click to show internal directories.
Click to hide internal directories.