Documentation
¶
Overview ¶
Package version provides the version number.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GitRepository is the git repository that was compiled. GitRepository string // GitCommit is the git commit that was compiled. GitCommit string )
View Source
var ( // Version is the specification version that the package types support. Version = semver.Version{ Major: parseVersionNumber(major), Minor: parseVersionNumber(minor), Patch: parseVersionNumber(patch), PreRelease: semver.PreRelease(pre), Metadata: dev, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.