Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of this binary. // It can be overridden at build time via -ldflags -X. Version = "dev" // Commit is the git commit hash used to build this binary. // It can be overridden at build time via -ldflags -X. Commit = "none" // BuildTime is the UTC build timestamp for this binary. // It can be overridden at build time via -ldflags -X. BuildTime = "unknown" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.