Documentation
¶
Overview ¶
Package version provides build-time version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version (e.g., "0.1.0", "0.1.0-alpha.1"). Version = "dev" // Commit is the git commit SHA. Commit = "none" // Date is the build date in RFC3339 format. Date = "unknown" )
These variables are set at build time using ldflags.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.