Documentation
¶
Index ¶
Constants ¶
View Source
const ( Reset = "\033[0m" Yellow = "\033[33m" Blue = "\033[34m" Cyan = "\033[36m" Red = "\033[31m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spinner ¶
type Spinner struct {
// contains filtered or unexported fields
}
func StartSpinner ¶
StartSpinner starts a spinner writing to w with the given message. Returns a no-op Spinner if w is not a TTY.
Click to show internal directories.
Click to hide internal directories.