1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-11 02:43:02 +03:00

Fix new linter errors.

This commit is contained in:
Will Rouesnel
2017-08-04 02:24:31 +10:00
parent 4c2dc4a7dd
commit 17592ee8e9

View File

@@ -13,7 +13,6 @@ import (
func Test(t *testing.T) { TestingT(t) }
type FunctionalSuite struct {
e *Exporter
}
var _ = Suite(&FunctionalSuite{})