Update parser.go
This commit is contained in:
parent
6043c89842
commit
f1a7ef8ea9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import (
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
// one file
|
||||||
type dna struct {
|
type dna struct {
|
||||||
name string
|
name string
|
||||||
count int
|
count int
|
||||||
|
|
Loading…
Reference in a new issue