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 = "0.9.0" // VersionPrerelease is also set at compile time, similarly to Version. VersionPrerelease = "" VersionMetadata = "" )
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Revision string `json:"revision,omitempty"` Version string `json:"version,omitempty"` VersionPrerelease string `json:"version_prerelease,omitempty"` VersionMetadata string `json:"version_metadata,omitempty"` CgoEnabled bool `json:"cgo_enabled,omitempty"` }
Info
func (*Info) FullVersionNumber ¶
func (*Info) VersionNumber ¶
Click to show internal directories.
Click to hide internal directories.