From 8402acf959f8d8c8faad9c8d9e9f28c68b486c74 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 18 Mar 2025 20:10:45 +0800 Subject: Remove underscores from Go code, pt 1 --- git_hooks_deploy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git_hooks_deploy.go') diff --git a/git_hooks_deploy.go b/git_hooks_deploy.go index 9965b43..d95d6a5 100644 --- a/git_hooks_deploy.go +++ b/git_hooks_deploy.go @@ -10,10 +10,10 @@ import ( "path/filepath" ) -// deploy_hooks_to_filesystem deploys the git hooks client to the filesystem. +// deployHooks deploys the git hooks client to the filesystem. // The git hooks client is expected to be embedded in resources_fs and must be // pre-compiled during the build process; see the Makefile. -func deploy_hooks_to_filesystem() (err error) { +func deployHooks() (err error) { err = func() (err error) { var src_fd fs.File var dst_fd *os.File -- cgit v1.2.3