Import net/http/pprof

This commit is contained in:
Seednode 2023-09-06 09:06:44 -05:00
parent 72c161c4f3
commit ec8b5c9c7f
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ var (
)
const (
Version string = "0.57.2"
Version string = "0.57.3"
)
var (

View File

@ -28,6 +28,8 @@ import (
"syscall"
"time"
_ "net/http/pprof"
"github.com/julienschmidt/httprouter"
"github.com/klauspost/compress/zstd"
"github.com/yosssi/gohtml"