Go API Documentation

github.com/TykTechnologies/tyk/internal/build

No package summary is available.

Package

Files: 0. Third party imports: 0. Imports from organisation: 0. Tests: 0. Benchmarks: 0.

Vars

var (
	// Version contains the tagged gateway version. It may contain a `rc` suffix,
	// which may be delimited with `-rc` or any other suffix. Follows Semver+Tag.
	Version	= "v5.5.0-dev"

	// BuiltBy contains the environment name from the build (goreleaser).
	BuiltBy	string	= "dev"

	// BuildDate is the date the build was made at.
	BuildDate	string

	// Commit is the commit hash for the build source.
	Commit	string
)