Add missing runtime import in autoimport.go

This commit is contained in:
Steve Yegge
2025-11-02 10:04:13 -08:00
parent 9099032545
commit b55c62fd06
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import (
"os"
"os/exec"
"path/filepath"
"runtime"
"strings"
"github.com/steveyegge/beads/internal/storage"