Documentation
¶
Overview ¶
Package version exposes build-time version metadata (version, commit, build date, Go runtime) for dployr binaries. Values are injected via ldflags and surfaced through helpers in this package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // These will be set at build time via -ldflags Version = "dev" GitCommit = "unknown" BuildDate = "unknown" Component = "unknown" // "cli" or "daemon" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.