Import net/http/pprof
This commit is contained in:
parent
72c161c4f3
commit
ec8b5c9c7f
|
@ -17,7 +17,7 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
Version string = "0.57.2"
|
||||
Version string = "0.57.3"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -28,6 +28,8 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
_ "net/http/pprof"
|
||||
|
||||
"github.com/julienschmidt/httprouter"
|
||||
"github.com/klauspost/compress/zstd"
|
||||
"github.com/yosssi/gohtml"
|
||||
|
|
Loading…
Reference in New Issue