Reorder import statements in main.go

This commit is contained in:
Meng Zhuo 2026-02-13 18:24:21 +08:00 committed by GitHub
parent 000e64c55a
commit 155f148bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"