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 }