mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 12:30:46 +01:00
gofmt node_exporter_test
This commit is contained in:
parent
e1f129c729
commit
5aa6819eb1
@ -16,6 +16,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
binary = filepath.Join(os.Getenv("GOPATH"), "bin/node_exporter")
|
binary = filepath.Join(os.Getenv("GOPATH"), "bin/node_exporter")
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
address = "localhost:19100"
|
address = "localhost:19100"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user