buildmeta

package
v5.36.4 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package buildmeta holds build-time version information injected via ldflags.

These variables are set at build time using:

go build -ldflags="-X github.com/devantler-tech/ksail/v5/internal/buildmeta.Version=v1.0.0 ..."

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the semantic version of the build (e.g., "v1.0.0").
	Version = "dev"
	// Commit is the Git SHA of the build.
	Commit = "none"
	// Date is the build timestamp.
	Date = "unknown"
)

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