Documentation
¶
Overview ¶
Package version holds link-time build metadata (release binaries and Makefile set these via -ldflags).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the agent semantic version (e.g. 0.1.2). Release and local Makefile builds set this via -ldflags. Version = "dev" // ReleaseDate is the build date in UTC YYYY-MM-DD. Set at link time for reproducible labeling. ReleaseDate = "unknown" )
Functions ¶
func DisplayGOARCH ¶
func DisplayGOARCH() string
DisplayGOARCH matches published artifact names (linux/i386, not linux/386).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.