version

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuildType = buildDev

BuildType should be one of (dev, release).

View Source
var GitHash = "<NOT PROPERLY GENERATED>"

GitHash variable will be replaced at link time after `make` has been run.

View Source
var InfoVar = Info([][2]string{
	{"Version", Version},
	{"GitHash", GitHash},
	{"BuildType", BuildType},
	{"Goversion", runtime.Version()},
	{"OS", runtime.GOOS},
	{"Architecture", runtime.GOARCH},
})

InfoVar is a singleton instance of the Info struct.

View Source
var Version = "latest"

Version variable will be replaced at link time after `make` has been run.

Functions

func IsDevBuild

func IsDevBuild() bool

IsDevBuild returns true if this is a development (local) build.

func IsReleaseBuild

func IsReleaseBuild() bool

IsReleaseBuild returns true if this is a release build.

Types

type Info

type Info [][2]string

Info has properties about the build and runtime.

func (Info) String

func (i Info) String() string

String returns a formatted string, with linebreaks, intended to be displayed on stdout.

Jump to

Keyboard shortcuts

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