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 3ea8b75 commit 3930e59Copy full SHA for 3930e59
1 file changed
go/cmd/gitter/gitter.go
@@ -23,6 +23,8 @@ import (
23
"syscall"
24
"time"
25
26
+ _ "net/http/pprof" //nolint:gosec // This is a internal only service not public to the internet
27
+
28
"github.com/google/osv.dev/go/logger"
29
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
30
"golang.org/x/sync/singleflight"
0 commit comments