Moved pprof server on http server

This commit is contained in:
Trial97
2019-02-21 14:27:42 +02:00
committed by Dan Christian Bogos
parent ac24c23cbf
commit 3ee8539908
8 changed files with 3 additions and 29 deletions

View File

@@ -28,6 +28,7 @@ import (
"log"
"net"
"net/http"
_ "net/http/pprof"
"net/rpc"
"net/rpc/jsonrpc"
"reflect"