aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle_linux.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-29 21:53:01 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-29 21:53:25 +0800
commit6b910057820412cb7f6bffac5d36ef1416c9490b (patch)
treee89e5428243da40b5591a1d3f503bff773c7a73a /git_hooks_handle_linux.go
parenthookc: Fix variable placement (diff)
downloadforge-6b910057820412cb7f6bffac5d36ef1416c9490b.tar.gz
forge-6b910057820412cb7f6bffac5d36ef1416c9490b.tar.zst
forge-6b910057820412cb7f6bffac5d36ef1416c9490b.zip
Make git_hooks_handle portable ish?
Diffstat (limited to '')
-rw-r--r--git_hooks_handle_linux.go (renamed from git_hooks_handle.go)2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_hooks_handle.go b/git_hooks_handle_linux.go
index f41507c..40ba1ac 100644
--- a/git_hooks_handle.go
+++ b/git_hooks_handle_linux.go
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: AGPL-3.0-only
// SPDX-FileContributor: Runxi Yu <https://runxiyu.org>
+//
+//go:build linux
package main