aboutsummaryrefslogtreecommitdiff
path: root/internal/git
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-02-12 21:16:48 -0800
committerMax Resnick <max@ofmax.li>2024-02-17 22:28:39 -0800
commit3db63367ef110e7f4a245cde61471e232e86339c (patch)
tree7be4be99ab5953f8d7beb1c613b0d0bc64db6c65 /internal/git
parent45a9f3814c14b41b93e47ae4cbc3f50c34d94991 (diff)
downloadgo-git-server-3db63367ef110e7f4a245cde61471e232e86339c.tar.gz
fix: fix up tests and linting
Diffstat (limited to 'internal/git')
-rw-r--r--internal/git/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/handler.go b/internal/git/handler.go
index e90ab5f..6dc4584 100644
--- a/internal/git/handler.go
+++ b/internal/git/handler.go
@@ -3,7 +3,7 @@ package git
import (
"fmt"
"net/http"
- "net/http/cgi"
+ "net/http/cgi" //nolint:gosec
)
// GitHttpBackendHandler a handler for git cgi