Skip to content

Commit 0bb8987

Browse files
committed
bind_exporter.go correction
Signed-off-by: Mateja Smrekar <[email protected]>
1 parent 9149596 commit 0bb8987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bind_exporter.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import (
2929
"github.com/prometheus-community/bind_exporter/bind"
3030
"github.com/prometheus-community/bind_exporter/bind/auto"
3131
"github.com/prometheus-community/bind_exporter/bind/json"
32-
v2 "github.com/prometheus-community/bind_exporter/bind/v2"
33-
v3 "github.com/prometheus-community/bind_exporter/bind/v3"
32+
"github.com/prometheus-community/bind_exporter/bind/v2"
33+
"github.com/prometheus-community/bind_exporter/bind/v3"
3434
"github.com/prometheus/client_golang/prometheus"
3535
"github.com/prometheus/client_golang/prometheus/collectors"
3636
"github.com/prometheus/client_golang/prometheus/promhttp"

0 commit comments

Comments
 (0)