Documentation
¶
Overview ¶
Package build holds build-time metadata injected via ldflags. It is the single source of truth for version, date, and display info.
Leaf package: stdlib only, no internal imports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "DEV" Date = "" // YYYY-MM-DD, empty for dev builds )
Variables injected via ldflags at build time. Defaults are used for development builds (go run / go build without flags).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.