Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The git commit that was compiled. This will be filled in by the compiler. GitCommit string GitDescribe string // Whether cgo is enabled or not; set at build time CgoEnabled bool Version = "unknown" VersionPrerelease = "unknown" )
Functions ¶
This section is empty.
Types ¶
type VersionInfo ¶
VersionInfo
func GetVersion ¶
func GetVersion() *VersionInfo
func (*VersionInfo) FullVersionNumber ¶ added in v0.6.2
func (c *VersionInfo) FullVersionNumber(rev bool) string
func (*VersionInfo) VersionNumber ¶ added in v0.6.2
func (c *VersionInfo) VersionNumber() string
Click to show internal directories.
Click to hide internal directories.