Compare commits

..

1 Commits

Author SHA1 Message Date
ron
b8de7eb2ca improved 2021-06-26 06:22:39 +02:00

View File

@ -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 {