Skip to content

Commit daaabff

Browse files
authored
chore: inline comment to appease golangci-lint (#952)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 6d2a112 commit daaabff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmd/gouroboros/mem_usage.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Blink Labs Software
1+
// Copyright 2025 Blink Labs Software
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -19,8 +19,7 @@ import (
1919
"fmt"
2020
"log"
2121
"net/http"
22-
// #nosec G108
23-
_ "net/http/pprof"
22+
_ "net/http/pprof" // #nosec G108
2423
"os"
2524
"runtime"
2625
"runtime/pprof"

0 commit comments

Comments
 (0)