Documentation
¶
Overview ¶
Package version provides build-time version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version, set at build time via ldflags. // Source of truth: VERSION file at repo root. Version = "dev" // Commit is the git commit hash, set at build time via ldflags. Commit = "unknown" // BuildDate is the build timestamp, set at build time via ldflags. BuildDate = "unknown" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.