Update count.go
This commit is contained in:
parent
e3fb00a6e9
commit
de717bf419
1 changed files with 0 additions and 1 deletions
1
count.go
1
count.go
|
@ -47,6 +47,5 @@ func fas_name(old_name string) string {
|
||||||
matchArr := compileRegex.FindStringSubmatch(old_name)
|
matchArr := compileRegex.FindStringSubmatch(old_name)
|
||||||
//needed to use the string get from the old string
|
//needed to use the string get from the old string
|
||||||
new_name := matchArr[len(matchArr)-1]
|
new_name := matchArr[len(matchArr)-1]
|
||||||
// 这里有 bug
|
|
||||||
return new_name
|
return new_name
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue