Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildDate of application at compile time (-X 'main.buildDate=$(BUILDDATE)'). BuildDate string = "No Build Date Provided." // Version of application at compile time (-X 'main.version=$(VERSION)'). Version string = "(Unknown Version)" // BuildHash is the GIT hash of application at compile time (-X 'main.buildHash=$(GITCOMMIT)'). BuildHash string = "No Git-hash Provided." // GoVersion is the Go compiler version used to compile this binary GoVersion string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.