1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 12:03:50 +08:00

fix lint.

This commit is contained in:
Mrs4s 2021-04-11 21:14:06 +08:00
parent b1652c0f4b
commit 6ba8774ff1
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

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