Browse Source

gofmt node_exporter_test

pull/653/head
Matthias Rampke 7 years ago
parent
commit
5aa6819eb1
  1. 1
      node_exporter_test.go

1
node_exporter_test.go

@ -16,6 +16,7 @@ import (
var (
binary = filepath.Join(os.Getenv("GOPATH"), "bin/node_exporter")
)
const (
address = "localhost:19100"
)

Loading…
Cancel
Save