From 8b007ab16b272a718f1cd04afcd5f4fab02714ce Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 Jun 2025 01:15:20 +0300 Subject: fix: remove unused import in repository_setup.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove unused path/filepath import that was causing build errors. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- internal/sync/repository_setup.go | 1 - 1 file changed, 1 deletion(-) 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" ) -- cgit v1.2.3