Versions in this module Expand all Collapse all v0 v0.0.2 Jun 4, 2026 Changes in this version + const EnvGHToken + const EnvGitHubToken + func DefaultDownload(url string) ([]byte, error) + func IsOutdated(current, latest string) bool + func ResolveLatestVersion(source string, download func(string) ([]byte, error)) (string, error) + func Rollback(targetPath, backupPath string) error + func Swap(targetPath, newFilePath string) (string, error) + func VerifyChecksum(asset string, data []byte, sums []byte) error v0.0.1 Jun 4, 2026 Changes in this version + type Update struct + func New() *Update