diff --git a/http/handler.go b/http/handler.go index 330acae0d..68719fdfe 100644 --- a/http/handler.go +++ b/http/handler.go @@ -24,8 +24,8 @@ import ( "io/ioutil" "net" "net/http" - _ "net/http/pprof" - "net/url" // Imported for its side-effect of registering pprof endpoints with the server. + _ "net/http/pprof" // Imported for its side-effect of registering pprof endpoints with the server. + "net/url" "reflect" "runtime/debug" "strconv"