diff options
Diffstat (limited to '')
-rw-r--r-- | ssh_handle_receive_pack.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ssh_handle_receive_pack.go b/ssh_handle_receive_pack.go index b76887f..93bf25b 100644 --- a/ssh_handle_receive_pack.go +++ b/ssh_handle_receive_pack.go @@ -1,7 +1,6 @@ package main import ( - "errors" "fmt" "os" "os/exec" @@ -10,8 +9,6 @@ import ( "go.lindenii.runxiyu.org/lindenii-common/cmap" ) -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 pubkey string |