From 655b6b211ae6df0186abd740f248939f7ddeaec1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 31 Mar 2025 16:59:18 +0800 Subject: Add descriptive comments to most Go functions --- git_hooks_deploy.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git_hooks_deploy.go') diff --git a/git_hooks_deploy.go b/git_hooks_deploy.go index eeb043e..c9039fe 100644 --- a/git_hooks_deploy.go +++ b/git_hooks_deploy.go @@ -11,9 +11,9 @@ import ( "path/filepath" ) -// 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. +// deployHooks deploys the git hooks client to the filesystem. The git hooks +// client is expected to be embedded in resourcesFS and must be pre-compiled +// during the build process; see the Makefile. func deployHooks() (err error) { err = func() (err error) { var srcFD fs.File -- cgit v1.2.3