Documentation
¶
Overview ¶
Package revision defines variables that will be populated with values from the Makefile at build time via LDFLAGS.
Index ¶
Constants ¶
View Source
const None = "v0.0.0-unknown"
None is the AppVersion string for local (unversioned) builds.
Variables ¶
View Source
var ( // AppVersion is the semver for this version of the client, or // "v0.0.0-unknown". Set by `make release`. AppVersion string // GitCommit is the short git SHA associated with this build, or // "unknown". Set by `make release`. GitCommit string // GoVersion is the output of `go version` associated with this build, or // "go version unknown". Set by `make release`. GoVersion string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.