diff options
Diffstat (limited to '')
-rw-r--r-- | internal/unsorted/git_hooks_handle_other.go (renamed from git_hooks_handle_other.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_hooks_handle_other.go b/internal/unsorted/git_hooks_handle_other.go index da40bb6..dd46622 100644 --- a/git_hooks_handle_other.go +++ b/internal/unsorted/git_hooks_handle_other.go @@ -3,7 +3,7 @@ // //go:build !linux -package forge +package unsorted import ( "bytes" |