Add pprof handler

This commit is contained in:
Leopold Schabel 2020-01-31 11:32:14 +01:00
parent df005eac71
commit 22387343a4
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ import (
"net/http" "net/http"
"os" "os"
"time" "time"
_ "net/http/pprof"
) )
var ( var (