You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-06 17:22:43 +03:00
8 lines
144 B
Go
8 lines
144 B
Go
// +build go1.6
|
|
|
|
package main
|
|
|
|
import "os"
|
|
|
|
var useVendor = os.Getenv("GO15VENDOREXPERIMENT") == "0" || os.Getenv("GO15VENDOREXPERIMENT") == ""
|