version

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

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

	// The compilation date. This will be filled in by the compiler.
	BuildDate string

	// Whether cgo is enabled or not; set at build time
	CgoEnabled bool

	Version           = "1.13.0"
	VersionPrerelease = "dev1"
	VersionMetadata   = ""
)

Functions

This section is empty.

Types

type VersionInfo

type VersionInfo struct {
	Revision          string `json:"revision,omitempty"`
	Version           string `json:"version,omitempty"`
	VersionPrerelease string `json:"version_prerelease,omitempty"`
	VersionMetadata   string `json:"version_metadata,omitempty"`
	BuildDate         string `json:"build_date,omitempty"`
}

VersionInfo

func GetVersion

func GetVersion() *VersionInfo

func (*VersionInfo) FullVersionNumber

func (c *VersionInfo) FullVersionNumber(rev bool) string

func (*VersionInfo) VersionNumber

func (c *VersionInfo) VersionNumber() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL