gofmt node_exporter_test

This commit is contained in:
Matthias Rampke 2017-08-21 16:45:42 +00:00
parent e1f129c729
commit 5aa6819eb1

View file

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