Compare commits
1 Commits
67d1ea8f55
...
b8de7eb2ca
Author | SHA1 | Date | |
---|---|---|---|
b8de7eb2ca |
4
main.go
4
main.go
@ -50,10 +50,6 @@ func main() {
|
|||||||
|
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if *verbose {
|
|
||||||
fmt.Printf("writing to %s\r\n", *outputDir)
|
|
||||||
}
|
|
||||||
|
|
||||||
useFormat = make(map[string]bool)
|
useFormat = make(map[string]bool)
|
||||||
fmts := strings.Split(*formats, ",")
|
fmts := strings.Split(*formats, ",")
|
||||||
for _, f := range fmts {
|
for _, f := range fmts {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user