feat: add openim make lint

This commit is contained in:
longyuqing112 2024-03-04 07:24:33 +00:00 committed by GitHub
parent 0c7b14ad83
commit 3dd1ea61a1

View File

@ -194,7 +194,7 @@ func (p *Prometheus) SetListenAddressWithRouter(listenAddress string, r *gin.Eng
if len(p.listenAddress) > 0 {
p.router = r
}
}
}
// SetMetricsPath set metrics paths.
func (p *Prometheus) SetMetricsPath(e *gin.Engine) error {