diagd: import net/http/pprof

This commit is contained in:
Michael Stapelberg 2020-09-14 22:09:46 +02:00
parent efbe826a4e
commit 99c4046ebf

View File

@ -34,6 +34,8 @@ import (
"github.com/rtr7/router7/internal/diag"
"github.com/rtr7/router7/internal/multilisten"
_ "net/http/pprof"
)
var httpListeners = multilisten.NewPool()