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., "1.2.3") Version = "dev" // Commit is the git commit SHA Commit = "none" // Date is the build date Date = "unknown" )
Build-time variables injected via ldflags.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.