Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name is the name of the binary. Name = "unknown" // Version is the main package version. Version = "unknown" // Commit is the git sha. Commit = "unknown" // HumanVersion is the compiled version. HumanVersion = Name + " v" + Version + " (" + Commit + ")" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.