diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 01:55:21 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 02:08:58 +0800 |
commit | faa5ca8fab23176d390e9522f1485d467851545b (patch) | |
tree | d3b1d081e0ea5e7f71a94dc1d301e2540a8abcc8 /git_hooks_handle_linux.go | |
parent | Slight refactor on NewServer (diff) | |
download | forge-faa5ca8fab23176d390e9522f1485d467851545b.tar.gz forge-faa5ca8fab23176d390e9522f1485d467851545b.tar.zst forge-faa5ca8fab23176d390e9522f1485d467851545b.zip |
Move stuff into internal/unsortedv0.1.28
Diffstat (limited to '')
-rw-r--r-- | internal/unsorted/git_hooks_handle_linux.go (renamed from git_hooks_handle_linux.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_hooks_handle_linux.go b/internal/unsorted/git_hooks_handle_linux.go index fa4f86f..de45e03 100644 --- a/git_hooks_handle_linux.go +++ b/internal/unsorted/git_hooks_handle_linux.go @@ -3,7 +3,7 @@ // //go:build linux -package forge +package unsorted import ( "bytes" |