release

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// NAME is the name of this application.
	NAME = "circonus-logwatch"
	// ENVPREFIX is the environment variable prefix.
	ENVPREFIX = "CLW"
)

Variables

View Source
var (
	// COMMIT of relase in git repo.
	COMMIT = "none"
	// DATE of release.
	DATE = "unknown"
	// TAG of release.
	TAG = ""
	// VERSION of the release.
	VERSION = "dev"
)

vars are manipulated at link time (see goreleaser).

Functions

This section is empty.

Types

type Info

type Info struct {
	Name      string
	Version   string
	Commit    string
	BuildDate string
	Tag       string
}

Info contains release information.

Jump to

Keyboard shortcuts

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