Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReleaseInfo ¶
type ReleaseInfo struct {
TagName string `json:"tag_name"`
Name string `json:"name"`
Body string `json:"body"`
URL string `json:"html_url"`
}
ReleaseInfo represents a GitHub release.
func Check ¶
func Check(currentVersion string) (*ReleaseInfo, error)
Check checks for available updates.
Click to show internal directories.
Click to hide internal directories.