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" // GitCommit is the git commit hash of the build. GitCommit = "unknown" // BuildTime is the time the build was created. BuildTime = "unknown" )
These variables are set at build time via ldflags.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.