version

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package version contains global variables which must be set during the build process For example, version and commit hash

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is a version of the app. It must be set during the build process with -ldflags flag
	Version = "unknown"
	// GitHash is the last commit hash. It must be set during the build process with -ldflags flag
	GitHash = "unknown"
)

nolint:gochecknoglobals

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