version

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Number is the semantic version for this build, sourced from the embedded VERSION file.
	Number = strings.TrimSpace(embeddedNumber)
	// Commit captures the git commit for the build when provided via -ldflags.
	Commit = "unknown"
	// BuildDate records when the binary was built (ISO-8601, UTC).
	BuildDate = "unknown"
)

Functions

func Summary

func Summary() string

Summary renders a human-friendly description of the current build.

Types

type Info

type Info struct {
	Version   string `json:"version" yaml:"version"`
	Commit    string `json:"commit,omitempty" yaml:"commit,omitempty"`
	BuildDate string `json:"buildDate,omitempty" yaml:"buildDate,omitempty"`
}

Info describes the current build metadata.

func Current

func Current() Info

Current returns the active build metadata, omitting unset fields.

Jump to

Keyboard shortcuts

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