From 379a589fc86b3bc430b81d0d91c3b78a29fc1956 Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Sun, 11 Apr 2021 21:15:48 +0800 Subject: [PATCH] fuck. --- server/pprof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pprof.go b/server/pprof.go index f9e55a5..79e040b 100644 --- a/server/pprof.go +++ b/server/pprof.go @@ -11,7 +11,7 @@ import ( "time" ) -// 启动 pprof 性能分析服务器 +// RunPprofServer 启动 pprof 性能分析服务器 func RunPprofServer(conf *config.PprofServer) { if conf.Disabled { return