From cbd91d27bd4a24dcecdcaef86cc2570bb5f98254 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 13:18:45 +0000 Subject: [PATCH] ci(chore): Fix stylings --- server/pprof.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 性能分析服务器