Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version represents the program version. Version string // Branch represents the repository branch name. Branch string // Revision represents the repository revision hash. Revision string // BuildDate represents the program build date. BuildDate string // Compiler represents the program compiler information. Compiler = fmt.Sprintf("%s (%s)", runtime.Version(), runtime.Compiler) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.