Update flag.go
This commit is contained in:
parent
1e2768086e
commit
44b3b30151
1 changed files with 0 additions and 1 deletions
1
flag.go
1
flag.go
|
@ -11,7 +11,6 @@ var (
|
|||
)
|
||||
|
||||
func dna_flag() {
|
||||
flag.StringVar(&file_intput, "i", "input.fas", "input file")
|
||||
flag.StringVar(&file_output, "o", "a.nex", "output file")
|
||||
flag.Parse()
|
||||
file_input = flag.Args() // []string{"foo", "bar"}
|
||||
|
|
Loading…
Reference in a new issue