From de717bf4196083d6a3dbdafa4a735989b8692c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=AD=A3=E8=8A=B1=E4=B8=AD=E7=9A=84=E6=98=9F?= =?UTF-8?q?=E8=BE=B0?= Date: Tue, 18 Jan 2022 13:59:53 +0000 Subject: [PATCH] Update count.go --- count.go | 1 - 1 file changed, 1 deletion(-) diff --git a/count.go b/count.go index 36922e4..528e63a 100644 --- a/count.go +++ b/count.go @@ -47,6 +47,5 @@ func fas_name(old_name string) string { matchArr := compileRegex.FindStringSubmatch(old_name) //needed to use the string get from the old string new_name := matchArr[len(matchArr)-1] - // θΏ™ι‡Œζœ‰ bug return new_name }