Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Blue = color.New(color.FgBlue).SprintFunc()
View Source
var Green = color.New(color.FgGreen).SprintFunc()
View Source
var Red = color.New(color.FgRed).SprintFunc()
View Source
var Yellow = color.New(color.FgYellow).SprintFunc()
Functions ¶
func AppHelpTemplate ¶
func AppHelpTemplate() string
func DownloadFileWithProgressBar ¶
DownloadFileWithProgressBar downloads a file from the internet, with the URL url and saves the file in the destination file path 'destination', while showing a progress bar in the command line output. name is used to visually show to a user what kind of file is being downloaded.
func NewProgressBar ¶
NewProgressBar creates a new dynamic progressbar instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.