Documentation ¶
Index ¶
Constants ¶
View Source
const ( VersionPrefix = "" // ExampleVersion shows an example version in the help // if no version could be found (which should never really happen!) ExampleVersion = "1.1.59" // 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 = "1.0.1" )
Variables ¶
View Source
var ( Version string Revision string Branch string BuildUser string BuildDate string GoVersion string )
Build information. Populated at build-time.
View Source
var Map = map[string]string{ "version": Version, "revision": Revision, "branch": Branch, "buildUser": BuildUser, "buildDate": BuildDate, "goVersion": GoVersion, }
Map provides the iterable version information.
Functions ¶
func GetSemverVersion ¶ added in v1.0.6
func GetVersion ¶
func GetVersion() string
func VersionStringDefault ¶ added in v1.1.60
VersionStringDefault returns the current version string or returns a dummy default value if there is an error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.