diff --git a/server/pprof.go b/server/pprof.go index 65f5c37..2960cdc 100644 --- a/server/pprof.go +++ b/server/pprof.go @@ -6,10 +6,11 @@ import ( "os" "time" - "github.com/Mrs4s/go-cqhttp/global/config" "github.com/gin-contrib/pprof" "github.com/gin-gonic/gin" log "github.com/sirupsen/logrus" + + "github.com/Mrs4s/go-cqhttp/global/config" ) // RunPprofServer 启动 pprof 性能分析服务器