summaryrefslogtreecommitdiff
path: root/internal/sync
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-24 01:15:20 +0300
committerPaul Buetow <paul@buetow.org>2025-06-24 01:15:20 +0300
commit8b007ab16b272a718f1cd04afcd5f4fab02714ce (patch)
tree679a9ab69dc4f3fdb8e804790426ee445a0a6418 /internal/sync
parent16113b76309dcbae1a91f8420a0bbf10863c9675 (diff)
fix: remove unused import in repository_setup.go
Remove unused path/filepath import that was causing build errors. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/sync')
-rw-r--r--internal/sync/repository_setup.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/sync/repository_setup.go b/internal/sync/repository_setup.go
index cddc022..15d436e 100644
--- a/internal/sync/repository_setup.go
+++ b/internal/sync/repository_setup.go
@@ -4,7 +4,6 @@ import (
"fmt"
"os"
"os/exec"
- "path/filepath"
"codeberg.org/snonux/gitsyncer/internal/config"
)