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
import (
"slices"
"errors"
"fmt"
"io"
@@ -10,6 +9,7 @@ import (
"log/slog"
"os"
"path/filepath"
"slices"
"syscall"
"time"