From 8fde29bcf3ee352d63c09a2097b588eab738fdbd Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Feb 2025 09:03:03 +0800 Subject: *.go: Use lowercase error values --- ssh_handle_receive_pack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh_handle_receive_pack.go') diff --git a/ssh_handle_receive_pack.go b/ssh_handle_receive_pack.go index 72ac3de..2eb647d 100644 --- a/ssh_handle_receive_pack.go +++ b/ssh_handle_receive_pack.go @@ -10,7 +10,7 @@ import ( "go.lindenii.runxiyu.org/lindenii-common/cmap" ) -var err_unauthorized_push = errors.New("You are not authorized to push to this repository") +var err_unauthorized_push = errors.New("you are not authorized to push to this repository") type pack_to_hook_t struct { session *glider_ssh.Session -- cgit v1.2.3