version

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package version exposes build metadata for kv-cache binaries. Values may be injected at link time with -ldflags "-X .../version.BuildRef=... -X .../version.CommitSHA=...". When not injected, they are populated from the Go build info embedded in the binary.

Index

Constants

This section is empty.

Variables

View Source
var (
	// CommitSHA is the git commit the binary was built from.
	CommitSHA string

	// BuildRef is the build ref (tag or branch) the binary was built from.
	BuildRef string
)

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