Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Raw is the string representation of the version. This will be replaced // with the calculated version at build time. // set in the Makefile. Version = "was not built with version info" // Commit is the commit hash from which the software was built. // Set via LDFLAGS in Makefile. Commit = "unknown" // BuildTime is the string representation of build time. // Set via LDFLAGS in Makefile. BuildTime = "unknown" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.