Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachSpinnerTo ¶
AttachSpinnerTo attaches a spinner to a function with the message given. For example if you attach a spinner with message "This is a spinner", then, during the execution time of the function, the output will be: spinner This is a spinner... And if there is no error returned by the function, the output after the function executed will be: ✔ This is a spinner If function returns an error, then the output will be: ✖ This is a spinner
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.