Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stopwatch ¶
type Stopwatch struct {
// contains filtered or unexported fields
}
func NewStopwatch ¶
func NewStopwatch(mode StopwatchMode) *Stopwatch
type StopwatchMode ¶
type StopwatchMode uint8
const ( ModeNormal StopwatchMode = iota ModeAutoRestart )
Click to show internal directories.
Click to hide internal directories.