Versions in this module Expand all Collapse all v0 v0.6.0 Jun 22, 2022 Changes in this version + var ErrTagNotFound = errors.New("tag not found") + func GetUsername() string + func GithubTagFromVersion(owner, repo, version string) (string, error) + func HasContentType(h http.Header, mimetype string) bool + func InstallProgram(name, filename, url, version, path string) (string, error) + func LatestGithubTag(owner, repo string) (string, error) + func LibraryVersionFromCGVersion(owner, repo, cgVersion string) string + func LoadVersionsJSON(owner, repo string) (io.ReadCloser, error)