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
Version = "0.6.2"
VersionPrerelease = ""
VersionMetadata = ""
)
Functions ¶
This section is empty.
Types ¶
type VersionInfo ¶
type VersionInfo struct {
Revision string
Version string
VersionPrerelease string
VersionMetadata string
GitDescribe string
}
VersionInfo
func GetVersion ¶
func GetVersion() *VersionInfo
func (*VersionInfo) FullVersionNumber ¶
func (c *VersionInfo) FullVersionNumber(rev bool) string
func (*VersionInfo) VersionNumber ¶
func (c *VersionInfo) VersionNumber() string
Click to show internal directories.
Click to hide internal directories.