Skip to content

Commit

Permalink
imports order
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Balbi <[email protected]>
  • Loading branch information
thepalbi committed May 19, 2022
1 parent bec682f commit d24d5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackdriver_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ package main

import (
"fmt"
"github.com/prometheus-community/stackdriver_exporter/utils"
"net/http"
"os"
"strings"
Expand All @@ -36,6 +35,7 @@ import (
"gopkg.in/alecthomas/kingpin.v2"

"github.com/prometheus-community/stackdriver_exporter/collectors"
"github.com/prometheus-community/stackdriver_exporter/utils"
)

var (
Expand Down

0 comments on commit d24d5cd

Please sign in to comment.