Versions in this module Expand all Collapse all v1 v1.3.4 May 24, 2021 Changes in this version + type GitHubRelease interface + GetLatest func() Release + type Release interface + DownloadAsset func() (io.ReadCloser, error) + TagName func() string + func GetLatestRelease() (Release, error)