1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 04:23:49 +08:00

fix golint

This commit is contained in:
Ink-33 2021-02-09 01:56:26 +08:00
parent eaf7067196
commit 203b68b740
No known key found for this signature in database
GPG Key ID: 5D8B1D036EFB0D2E

View File

@ -291,7 +291,7 @@ func Generate(opName string, argument gjson.Result) Filter {
}
// EventFilter 初始化一个nil过滤器
var EventFilter Filter = nil
var EventFilter Filter
// BootFilter 启动事件过滤器
func BootFilter() {