mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-22 00:00:18 +01:00
1567cefdae
Update all vendoring to current releases. Signed-off-by: Ben Kochie <superq@gmail.com>
7 lines
138 B
Go
7 lines
138 B
Go
// +build !go1.12
|
|
|
|
package version
|
|
|
|
func printBuildInfo() {}
|
|
func buildInfoVersion() (string, bool) { return "", false }
|