Documentation
¶
Overview ¶
Package version holds the build-time version information injected via ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build = "dev" //nolint:gochecknoglobals // Build information is standard as a global
Build is set at build time via:
go build -ldflags "-X github.com/blackbirdworks/gopherstack/pkgs/version.Build=<tag>"
When built without ldflags (e.g. go run or local dev build) it defaults to "dev".
Functions ¶
func Get ¶
func Get() string
Get returns the build version. It uses the ldflags injected version if available, falling back to debug.BuildInfo for standard go installations, and finally "dev".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.