Re-enable profiler.

This commit is contained in:
Mariano Cano 2019-12-11 16:26:38 -08:00 committed by max furman
parent 93320fd977
commit 4d423137f0

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"