Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GitCommit is the commit that was compiled. This will be filled in by the compiler. GitCommit string // GitDescribe is populated by the compiler (and make). GitDescribe string // Version is the current version number Version = "0.0.1" // VersionPrerelease is a pre-release marker 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 "dev" (in development), "beta", "rc1", etc. VersionPrerelease = "dev" // VersionMetadata is metadata further describing the build type. VersionMetadata = "" )
Functions ¶
This section is empty.
Types ¶
type Info ¶
Info is...
func GetVersion ¶
func GetVersion() *Info
GetVersion compiles the global version info into a usable struct.
func (*Info) FullVersionNumber ¶
FullVersionNumber renders the version info into a human readable string.
Click to show internal directories.
Click to hide internal directories.