Files
matchbox/bootcfg/version/version.go
Dalton Hubble 3525abf84f bootcfg/version: Add version package and HTTP version output
* 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
2016-04-26 18:21:59 -07:00

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"