Update count.go
This commit is contained in:
parent
65196699c3
commit
e599b8486d
1 changed files with 1 additions and 1 deletions
2
count.go
2
count.go
|
@ -41,7 +41,7 @@ func fas_count(sum_nex []dna) []charset {
|
|||
|
||||
func fas_name(old_name string) string {
|
||||
//needed to import string
|
||||
compileRegex := regexp.MustCompile(`(w+.`)
|
||||
compileRegex := regexp.MustCompile(`\w+.`)
|
||||
matchArr := compileRegex.FindStringSubmatch(old_name)
|
||||
//needed to use the string get from the old string
|
||||
new_name := matchArr[len(matchArr)-1]
|
||||
|
|
Loading…
Reference in a new issue