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 (
"context"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"syscall"