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.
Click to show internal directories.
Click to hide internal directories.