Documentation
¶
Overview ¶
Package version provides build version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the main version number that is being run at the moment. Version = "dev" // GitCommit is the git commit that was compiled. GitCommit = "unknown" // BuildDate is the date the binary was built. BuildDate = "unknown" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.