handler/pprof: clean prefix
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
1643393377
commit
3e30960694
@ -9,10 +9,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func NewHandler(prefixPath string, initFuncs ...func()) http.HandlerFunc {
|
func NewHandler(prefixPath string, initFuncs ...func()) http.HandlerFunc {
|
||||||
if prefixPath == "" {
|
|
||||||
prefixPath = "/pprof"
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, fn := range initFuncs {
|
for _, fn := range initFuncs {
|
||||||
fn()
|
fn()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user