Reorder import statements in main.go
This commit is contained in:
parent
000e64c55a
commit
155f148bda
1 changed files with 4 additions and 4 deletions
|
|
@ -11,10 +11,10 @@ import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue