diff options
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 |