aboutsummaryrefslogtreecommitdiffstats
path: root/http/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/http.go')
-rw-r--r--http/http.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/http/http.go b/http/http.go
index 7fdd16a..ac2e9b0 100644
--- a/http/http.go
+++ b/http/http.go
@@ -4,6 +4,7 @@ import (
"context"
"net"
"net/http"
+ _ "net/http/pprof" // Registers debug handlers as a side effect.
"strconv"
"time"