release

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

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

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