Documentation ¶
Index ¶
Constants ¶
View Source
const VersionMajor = 0
VersionMajor holds the release major number
View Source
const VersionMinor = 2
VersionMinor holds the release minor number
View Source
const VersionPatch = 2
VersionPatch holds the release patch number
Variables ¶
View Source
var GitCommit = ""
GitCommit is filled with the Git revision being used to build the program at linking time
View Source
var Version = fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch)
Version holds the combination of major minor and patch as a string of format Major.Minor.Patch
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.