buildinfo

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2026 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package buildinfo holds the build-time identity of the running binary. Values default to the empty string; goreleaser populates them via ldflags (see .goreleaser.yaml). Code that needs to surface the version (CLI --version, settings page, error reports) reads from here so the same strings appear everywhere.

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = ""
	Commit  = ""
	Date    = ""
)

Injected by goreleaser via:

-ldflags "-X 'github.com/datahearth/streamline/internal/buildinfo.Version=...'"

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