1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 12:03:50 +08:00
This commit is contained in:
Mrs4s 2021-04-11 21:15:48 +08:00
parent 6ba8774ff1
commit 379a589fc8
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -11,7 +11,7 @@ import (
"time"
)
// 启动 pprof 性能分析服务器
// RunPprofServer 启动 pprof 性能分析服务器
func RunPprofServer(conf *config.PprofServer) {
if conf.Disabled {
return