Consistently defer messages for jobs

This commit is contained in:
2018-03-29 00:26:19 +02:00
parent dde6702e65
commit dee5bb1fe0
11 changed files with 25 additions and 16 deletions

View File

@ -72,6 +72,12 @@ func main() {
count++
}
// Log number of links
color.Yellow("Queued up %d links", count)
// Wait for completion
malCrawler.Wait()
// Finished
color.Green("Finished.")
}