sort imports

This commit is contained in:
2025-07-30 12:38:53 +03:00
parent 00276dc817
commit 149cfc0a17

View File

@@ -1,7 +1,6 @@
package hooks package hooks
import ( import (
"slices"
"errors" "errors"
"fmt" "fmt"
"io" "io"
@@ -10,6 +9,7 @@ import (
"log/slog" "log/slog"
"os" "os"
"path/filepath" "path/filepath"
"slices"
"syscall" "syscall"
"time" "time"