go fmt
This commit is contained in:
parent
149dea90e5
commit
bb35a5aecc
|
@ -28,9 +28,9 @@ type Instrumental struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultHost = "collector.instrumentalapp.com"
|
DefaultHost = "collector.instrumentalapp.com"
|
||||||
HelloMessage = "hello version go/telegraf/1.1\n"
|
HelloMessage = "hello version go/telegraf/1.1\n"
|
||||||
AuthFormat = "authenticate %s\n"
|
AuthFormat = "authenticate %s\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue