We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2a112 commit daaabffCopy full SHA for daaabff
cmd/gouroboros/mem_usage.go
@@ -1,4 +1,4 @@
1
-// Copyright 2023 Blink Labs Software
+// Copyright 2025 Blink Labs Software
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -19,8 +19,7 @@ import (
19
"fmt"
20
"log"
21
"net/http"
22
- // #nosec G108
23
- _ "net/http/pprof"
+ _ "net/http/pprof" // #nosec G108
24
"os"
25
"runtime"
26
"runtime/pprof"
0 commit comments