Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version represents the main version number. // // Read-only. Version = "1.76.0" // Prerelease represents an optional pre-release label for the version. // If this is "" (empty string) then it means that it is a final release. // Otherwise, this is a pre-release such as "beta", "rc1", etc. // // Read-only. Prerelease = "" // SemVer is an instance of SemVer version (https://semver.org/) used to // verify that the full version is a proper semantic version. // // Populated at runtime. // Read-only. SemVer *version.Version )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.