Update parser.go

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

View File

@ -7,9 +7,9 @@ import (
) )
// one file // one file
type dna struct { type dna struct {
name string name string //file name
count int count int
min map[string]string min map[string]string // details
} }
// 读取fas文件 // 读取fas文件