Documentation ¶
Index ¶
Constants ¶
View Source
const ( Major = 4 // Major version component of the current release Minor = 2 // Minor version component of the current release Patch = 0 // Patch version component of the current release Meta = "alpha" // Version metadata to append to the version string )
Variables ¶
Version holds the textual version string.
View Source
var VersionWithMeta = func() string { v := Version if Meta != "" { v += "-" + Meta } return v }()
VersionWithMeta holds the textual version string including the metadata.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.