Versions in this module Expand all Collapse all v2 v2.2.10 Mar 8, 2024 Changes in this version + func ClearSignals(sgn chan os.Signal) + func DownloadToFile(downloadURL, filePath string) error + func ExtractURLFromString(str string) string + func GetDaysSinceRFC3339String(date string) (int, error) + func GetLatestReleaseFromGitHub(repoName string) (*gitHubReleaseType, error) + func OpenURLInBrowser(url string) error + func RenderProgressSpinnerWithMessages(complete, quit chan bool, loadMessages, afterLoadMessages []string) + func RunOnCtrlC(cleanupFn func()) chan os.Signal + func ShowConfirmationPrompt(msg string) (bool, error) + func WaitAndOpenURL(url string, sgn chan bool, interval int) + func WaitForResponsiveURL(url string, intervalSeconds int)