Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The git commit that was compiled. These will be filled in by the // compiler. GitCommit string Version, VersionPrerelease, _ = strings.Cut(strings.TrimSpace(fullVersion), "-") // https://semver.org/#spec-item-10 VersionMetadata = "" )
Functions ¶
func GetHumanVersion ¶
func GetHumanVersion() string
GetHumanVersion composes the parts of the version in a way that's suitable for displaying to humans.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.