Update count.go

This commit is contained in:
kuoi 2022-01-18 13:59:53 +00:00 committed by GitHub
parent e3fb00a6e9
commit de717bf419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
}