Documentation ¶
Overview ¶
Package buildinfo ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Date is the date the binary was built. // Set by go build -ldflags "-X" flag Date string // SHA is the git commit SHA the binary was built with. // Set by go build -ldflags "-X" flag SHA string // Version is the version the binary was built with. // Set by go build -ldflags "-X" flag Version string // Commit is the actual commit that is being built, set with the go linker's -X flag. // Deprecated: use github.com/vmware-tanzu/tanzu-framework/tkg/buildinfo.SHA Commit = SHA )
View Source
var IsOfficialBuild string
IsOfficialBuild is the flag that gets set to True if it is an official build being released, it is set with the go linker's -X flag.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.