add pprof server

This commit is contained in:
whyrusleeping 2019-09-30 17:25:45 -06:00
parent f19c712ebf
commit 6de61424e4

View File

@ -3,6 +3,7 @@ package main
import ( import (
"context" "context"
"net/http" "net/http"
_ "net/http/pprof"
"os" "os"
"os/signal" "os/signal"
"syscall" "syscall"