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"
|
||||
"fmt"
|
||||
"io"
|
||||
"os"
|
||||
"os/signal"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"os"
|
||||
"os/signal"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue