Skip to content

Commit bdf0a23

Browse files
author
Olve S. Hansen
committed
Reorganized imports as per conversation in pr #35
1 parent fa39ba5 commit bdf0a23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stackdriver_exporter.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ import (
77
"strings"
88

99
"github.com/PuerkitoBio/rehttp"
10-
"github.com/frodenas/stackdriver_exporter/collectors"
1110
"github.com/prometheus/client_golang/prometheus"
1211
"github.com/prometheus/common/log"
1312
"github.com/prometheus/common/version"
1413
"golang.org/x/net/context"
1514
"golang.org/x/oauth2/google"
1615
"google.golang.org/api/monitoring/v3"
1716
"gopkg.in/alecthomas/kingpin.v2"
17+
18+
"github.com/frodenas/stackdriver_exporter/collectors"
1819
)
1920

2021
var (

0 commit comments

Comments
 (0)