Documentation
¶
Overview ¶
Package version provides build version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of the build. Version = "dev" // Commit is the git commit hash of the build. Commit = "unknown" // BuildTime is the time the binary was built. BuildTime = "unknown" )
Build-time variables, set via ldflags.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.