diff options
| author | Max Resnick <max@ofmax.li> | 2024-02-12 21:16:48 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-02-17 22:28:39 -0800 |
| commit | 3db63367ef110e7f4a245cde61471e232e86339c (patch) | |
| tree | 7be4be99ab5953f8d7beb1c613b0d0bc64db6c65 /internal/git | |
| parent | 45a9f3814c14b41b93e47ae4cbc3f50c34d94991 (diff) | |
| download | go-git-server-3db63367ef110e7f4a245cde61471e232e86339c.tar.gz | |
fix: fix up tests and linting
Diffstat (limited to '')
| -rw-r--r-- | internal/git/handler.go | 2 |
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 |