Skip to content

Commit bc92cc4

Browse files
Grouping imports in main.go
Co-authored-by: Ashley Dumaine <5779804+AshleyDumaine@users.noreply.github.com>
1 parent adc62c5 commit bc92cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ import (
1818
"errors"
1919
"flag"
2020
"fmt"
21-
"go.uber.org/automaxprocs/maxprocs"
2221
"os"
2322

2423
"github.com/ianschenck/envflag"
24+
"go.uber.org/automaxprocs/maxprocs"
2525
"github.com/linode/linodego"
2626
"k8s.io/klog/v2"
2727

0 commit comments

Comments
 (0)