From 3db63367ef110e7f4a245cde61471e232e86339c Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Mon, 12 Feb 2024 21:16:48 -0800 Subject: fix: fix up tests and linting --- internal/git/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/git/handler.go') 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 -- cgit v1.2.3