Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Major will be incremented on big releases. Major = "" // Minor will be incremented on small releases. Minor = "" // Patch should be incremented on every released change. Patch = "" // ReleaseType is "beta", "alpha" or "" for final releases ReleaseType = "" // GitRev is the current HEAD of git of this release GitRev = "" // BuildTime is the ISO8601 timestamp of the current build BuildTime = "" // MajorInt is "Major" as parsed integer MajorInt = -1 // MinorInt as "Minor" as parsed integer MinorInt = -1 // PatchInt as "Patch" as parsed integer PatchInt = -1 )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.