Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TestVersion used in test cases for the current version if no // version can be found - such as if the version property is not properly // included in the go test flags. TestVersion = "3.2.238" // TestRevision can be used in tests if no revision is passed in the test flags TestRevision = "04b628f48" // TestBranch can be used in tests if no tree state is passed in the test flags TestBranch = "main" // TestTreeState can be used in tests if no tree state is passed in the test flags TestTreeState = "clean" // TestBuildDate can be used in tests if no build date is passed in the test flags TestBuildDate = "2022-05-31T14:51:38Z" // TestGoVersion can be used in tests if no version is passed in the test flags TestGoVersion = "1.17.8" )
Variables ¶
View Source
var ( Version string Revision string BuildDate string GoVersion string Branch string GitTreeState string )
Build information. Populated at build-time.
Functions ¶
func GetSemverVersion ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.