Update parser.go

This commit is contained in:
kuoi 2022-01-18 13:44:24 +00:00 committed by GitHub
parent 6043c89842
commit f1a7ef8ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"io/ioutil"
"strings"
)
// one file
type dna struct {
name string
count int