From d8a373cfa4cc6a99b6f9f5ed5e0bb763c319d07c 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:36:23 +0000 Subject: [PATCH] ci(chore): Fix stylings --- server/pprof.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 性能分析服务器