Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.7.0"
Version is the current version of MinimalDoc
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckResult ¶
type CheckResult struct {
CurrentVersion string
LatestVersion string
UpdateAvailable bool
ReleaseURL string
PublishedAt string
ReleaseNotes string
}
CheckResult contains the result of a version check
func CheckForUpdate ¶
func CheckForUpdate() (*CheckResult, error)
CheckForUpdate checks if a newer version is available on GitHub
Click to show internal directories.
Click to hide internal directories.