Skip to content

Commit f84cd41

Browse files
committed
chore(golangci-lint): use inline comment to appease linter
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 1fb0301 commit f84cd41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/cdnsd/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import (
1111
"fmt"
1212
"log/slog"
1313
"net/http"
14-
// #nosec G108
15-
_ "net/http/pprof"
14+
_ "net/http/pprof" // #nosec G108
1615
"os"
1716
"time"
1817

0 commit comments

Comments
 (0)