Skip to content

Commit 3879457

Browse files
wangtsingxwangqing
andauthored
This way the import is more readable (#1383)
Signed-off-by: wangqing <[email protected]> Co-authored-by: wangqing <[email protected]>
1 parent 0356577 commit 3879457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/gen_go_collector_metrics_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
"github.com/prometheus/client_golang/prometheus"
3232
"github.com/prometheus/client_golang/prometheus/internal"
3333

34-
"github.com/hashicorp/go-version"
34+
version "github.com/hashicorp/go-version"
3535
)
3636

3737
func main() {

0 commit comments

Comments
 (0)