Update flag.go
This commit is contained in:
parent
cf8887d480
commit
741237d024
1 changed files with 1 additions and 1 deletions
2
flag.go
2
flag.go
|
@ -11,7 +11,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func dna_flag() {
|
func dna_flag() {
|
||||||
flag.StringVar(&file_output, "o", "a.nex", "files name wait to out")
|
flag.StringVar(&file_output, "o", "a.nex", "output file")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
file_input = flag.Args() // []string{"foo", "bar"}
|
file_input = flag.Args() // []string{"foo", "bar"}
|
||||||
fmt.Println("==============")
|
fmt.Println("==============")
|
||||||
|
|
Loading…
Reference in a new issue