versioninfo

package
v1.9.8 Latest Latest
Warning

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

Go to latest
Published: May 25, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Branch string = ""

Branch info will be sent to build context using -ldflags cmd: git rev-parse --short HEAD [see: internal/common/version.go]

View Source
var BuildDate string = ""

BuildDate will be sent to build context to set version details cmd: git log -1 --pretty='format:%cd' --date=format:'%Y-%m-%d'

View Source
var ProjectCopyright string = ""

ProjectCopyright contains the copyright for the project; read from repo-root:/butler.json will sent build context using -ldflags

View Source
var ProjectDescription string = "butler helps you to create, build, test and run your Go projects"

ProjectDescription contains the description of the project; read from repo-root:/butler.json will sent to build context using -ldflags

View Source
var ProjectName string = "butler"

ProjectName contains the name of the project; read from repo-root:/butler.json will sent to build context using -ldflags

View Source
var Revision string = ""

Revision a git-hash will sent to build context using -ldflags cmd: git describe --always --dirty=-dirty --abbrev=6 [see: internal/common/version.go]

View Source
var Version string = "v1.9.7"

Version contains the version number from the config file from repo-root:/butler.json will sent build context using -ldflags

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