version

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2022 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package version provides variables used for tracking the project version.

Index

Constants

This section is empty.

Variables

View Source
var (
	// BuildRevision describes the revision of the current build.
	BuildRevision = "UNKNOWN"

	// BuildDate describes the date of the current build.
	BuildDate = "UNKNOWN"

	// BuildTime describes the time of the current build.
	BuildTime = "UNKNOWN"

	// BuildUser describes the user that initiliazed the current build.
	BuildUser = "UNKNOWN"

	// BuildMachine describes the name of the machine on which the build was performed.
	BuildMachine = "UNKNOWN"

	// BuildInfo describes user friendly build information.
	BuildInfo = fmt.Sprintf("[%s] ( Date: %s %s ) %s@%s", BuildRevision, BuildDate, BuildTime, BuildUser, BuildMachine)
)

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