Skip to content

Commit 24ec49f

Browse files
committed
imports order
1 parent 3e3cf54 commit 24ec49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdriver_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ package main
1515

1616
import (
1717
"fmt"
18-
"github.com/prometheus-community/stackdriver_exporter/utils"
1918
"net/http"
2019
"os"
2120
"strings"
@@ -36,6 +35,7 @@ import (
3635
"gopkg.in/alecthomas/kingpin.v2"
3736

3837
"github.com/prometheus-community/stackdriver_exporter/collectors"
38+
"github.com/prometheus-community/stackdriver_exporter/utils"
3939
)
4040

4141
var (

0 commit comments

Comments
 (0)