diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-24 01:15:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-24 01:15:20 +0300 |
| commit | 8b007ab16b272a718f1cd04afcd5f4fab02714ce (patch) | |
| tree | 679a9ab69dc4f3fdb8e804790426ee445a0a6418 /internal/sync | |
| parent | 16113b76309dcbae1a91f8420a0bbf10863c9675 (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.go | 1 |
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" ) |
