diff --git a/server/pprof.go b/server/pprof.go index 79e040b..692ea98 100644 --- a/server/pprof.go +++ b/server/pprof.go @@ -2,13 +2,10 @@ package server import ( "fmt" - "github.com/Mrs4s/go-cqhttp/global/config" - "github.com/gin-contrib/pprof" - "github.com/gin-gonic/gin" - log "github.com/sirupsen/logrus" "net/http" "os" "time" + ) // RunPprofServer 启动 pprof 性能分析服务器