Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckForUpdates ¶
CheckForUpdates checks GitHub for a newer version of Kat Returns: hasUpdate, latestVersion, downloadURL, error
Types ¶
type ReleaseInfo ¶
type ReleaseInfo struct {
TagName string `json:"tag_name"`
Assets []struct {
Name string `json:"name"`
BrowserDownloadURL string `json:"browser_download_url"`
} `json:"assets"`
}
ReleaseInfo represents the GitHub release API response
Click to show internal directories.
Click to hide internal directories.