Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorColor = "\x1b[31m" SuccessColor = "\x1b[32m" DefaultColor = "\x1b[0m" TriangleColor = "\x1b[33m" )
Variables ¶
This section is empty.
Functions ¶
func DownloadImage ¶
DownloadImage downloads the image from the internet and saves it into a temporary file.
func FormatTime ¶
FormatTime formats time.Duration output to a human readable value.
func IsValidUrl ¶
IsValidUrl tests a string to determine if it is a well-structured url or not.
Types ¶
type Spinner ¶
type Spinner struct { StopMsg string // contains filtered or unexported fields }
Spinner initializes the progress indicator.
func NewSpinner ¶
NewSpinner instantiates a new progress indicator.
func (*Spinner) RestoreCursor ¶
func (s *Spinner) RestoreCursor()
RestoreCursor restores back the cursor visibility.
Click to show internal directories.
Click to hide internal directories.