Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version describes version. // Will be specific when compiling. Version = "17.03.28" // Tag show the git tag for this version. // Will be specific when compiling. Tag = "2017-03-28 Release" // BuildTime show the compile time. // Will be specific when compiling. BuildTime = "2017-03-28 19:50:00" // GitHash show the current commit hash. // Will be specific when compiling. GitHash = "unknown" )
Functions ¶
func ShowVersion ¶
func ShowVersion()
ShowVersion is the default handler which match the --version flag.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.