From 7ec328d7d8b0b63bb8a135050f18fb2483d31d07 Mon Sep 17 00:00:00 2001 From: dchaofei Date: Fri, 21 Oct 2022 16:00:29 +0800 Subject: [PATCH] fix: codeclimate --- wechaty/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wechaty/config/config.go b/wechaty/config/config.go index b32b409..c9674da 100644 --- a/wechaty/config/config.go +++ b/wechaty/config/config.go @@ -14,6 +14,7 @@ const AtSeparatorRegexStr = "[\u2005\u0020]" const FourPerEmSpace = string(rune(8197)) +// AtSeparatorRegex regular expression split '@' var AtSeparatorRegex = regexp.MustCompile(AtSeparatorRegexStr) func QRCodeForChatie() *filebox.FileBox {