Re-enable profiler.

This commit is contained in:
Mariano Cano 2019-12-11 16:26:38 -08:00
parent 623be4ef09
commit 401fc20e96

View file

@ -13,6 +13,9 @@ import (
"strconv"
"time"
// Server profiler
_ "net/http/pprof"
"github.com/smallstep/certificates/authority"
"github.com/smallstep/certificates/commands"
"github.com/smallstep/cli/command"