Documentation
¶
Overview ¶
Package spinner provides a frame-based textual spinner.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultFrames = []string{
"⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏",
}
DefaultFrames is the default set of frames used.
View Source
var DefaultInterval = time.Millisecond * 75
DefaultInterval is the default animation interval used.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.