mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* bootcfg/version package provides the linker's GIT SHA based version to bootcfg components * Display the bootcfg version via the HTTP server / path for convenience and for validating a deployed version easily * Log requests to the / rooted subtree paths to surface machines which are making requests containing typos and mistakes that do not match HTTP API endpoints
6 lines
151 B
Go
6 lines
151 B
Go
// Package version provides the bootcfg version.
|
|
package version
|
|
|
|
// Version provided by compile time -ldflags.
|
|
var Version = "was not built properly"
|