Versions in this module Expand all Collapse all v0 v0.1.1 Jun 27, 2025 v0.1.0 Nov 30, 2024 Changes in this version + const LatestTag + type Architecture string + const ArchAMD64 + const ArchARM + const ArchARM64 + const ArchPPC64LE + const ArchS390X + const ArchX86 + func CurrentArchitecture() Architecture + func (a Architecture) Matches(name string) bool + type Asset struct + func (a Asset) Matches(filename string) bool + type Checksums struct + type FileName struct + BaseName string + Extension string + func NewFileName(s string) FileName + func (n FileName) ToString() string + type OperatingSystem string + const OSDarwin + const OSLinuxGnu + const OSLinuxMusl + const OSWindows + func CurrentOS() OperatingSystem + func (os OperatingSystem) Matches(name string) bool + type OsFamily string + const OSFamilyDarwin + const OSFamilyLinux + const OSFamilyWindows + type Release struct + Tag string + type Repository struct + Owner string + Repo string