Versions in this module Expand all Collapse all v0 v0.1.0 Jun 23, 2024 Changes in this version + func CheckAll(ctx context.Context, git, repodir string) (map[string]Result, error) + type Result struct + DefaultBranch string + LatestCommitHasLatestVersion bool + LatestCommitHasVersionTag bool + LatestHash string + LatestMajor int + LatestMinor int + LatestPatch int + LatestVersion string + LatestVersionIsPrerelease bool + LatestVersionUnstable bool + Modpath string + ModpathMismatch bool + ModuleSubdir string + ModverResultCode modver.ResultCode + ModverResultString string + NewMajor int + NewMinor int + NewPatch int + VersionPrefix string + VersionSuffix VersionSuffixStatus + func Check(ctx context.Context, git, repodir, moduledir string) (Result, error) + func (r Result) Describe(w io.Writer, quiet bool) int + type VersionSuffixStatus string + const VSMismatch + const VSMissing + const VSOK + const VSUnwanted