Documentation
¶
Overview ¶
Package version holds build-time metadata injected via ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the release version, injected at build time. Version = "dev" // Revision is the git commit hash, injected at build time. Revision = "unknown" // BuiltAt is the build timestamp, injected at build time. BuiltAt = "unknown" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.