version

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: Unlicense Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// URL is the git URL for the repository
	URL = "cybriq.systems/git/x/base"
	// GitRef is the gitref, as in refs/heads/branchname
	GitRef = "refs/heads/main"
	// GitCommit is the commit hash of the current HEAD
	GitCommit = "5fcc721a06b441377ee4f7c2f38a74a525d0b23e"
	// BuildTime stores the time when the current binary was built
	BuildTime = "2021-06-12T09:49:48+03:00"
	// Tag lists the Tag on the build, adding a + to the newest Tag if the commit is
	// not that commit
	Tag = "v0.0.19"
	// PathBase is the path base returned from runtime caller
	PathBase = "/home/loki/src/cybriq.systems/git/x/base/"
	// Major is the major number from the tag
	Major = 0
	// Minor is the minor number from the tag
	Minor = 0
	// Patch is the patch version number from the tag
	Patch = 19
	// Meta is the extra arbitrary string field from Semver spec
	Meta = ""
)

Functions

func Get

func Get() string

Get returns a pretty printed version information string

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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