Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TerminalSpinner ¶
type TerminalSpinner struct {
// contains filtered or unexported fields
}
If os.Stderr is attached to a terminal, calling `Printf` will write a short message to stderr, overwriting the last such message.
func (*TerminalSpinner) Printf ¶
func (t *TerminalSpinner) Printf(format string, a ...any)
Printf will write a short message to stderr (if stderr is iattached to a terminal), overwriting the last such message, if that message was a contained no newline bytes.
Click to show internal directories.
Click to hide internal directories.