Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReleaseCandidate = "rc.1"
ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
View Source
var ReleaseVersion = "v0.3.0"
ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Major string `json:"major"`
Minor string `json:"minor"`
Patch string `json:"patch"`
PreRelease string `json:"prerelease"`
Meta string `json:"meta"`
GitVersion string `json:"gitVersion"`
GitCommit string `json:"gitCommit"`
GitTreeState string `json:"gitTreeState"`
BuildDate string `json:"buildDate"`
GoVersion string `json:"goVersion"`
Compiler string `json:"compiler"`
Platform string `json:"platform"`
}
Click to show internal directories.
Click to hide internal directories.