version

package
v0.0.0-...-3b47b55 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// GitCommit is the git commit that was compiled
	GitCommit string
	// Major is for an API incompatible changes.
	Major int64 = 0
	// Minor is for functionality in a backwards-compatible manner.
	Minor int64 = 1
	// Patch is for backwards-compatible bug fixes.
	Patch int64
	// Pre indicates prerelease.
	Pre = ""
	// Dev indicates development branch. Releases will be empty string.
	Dev string
)
View Source
var Version = semver.Version{
	Major:      Major,
	Minor:      Minor,
	Patch:      Patch,
	PreRelease: semver.PreRelease(Pre),
	Metadata:   Dev,
}

Version is the specification version that the package types support.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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