diff --git a/scopeCheck.go b/scopeCheck.go index 904a86c..6b50cb3 100644 --- a/scopeCheck.go +++ b/scopeCheck.go @@ -75,7 +75,6 @@ func main() { fmt.Fprintf(os.Stderr, "failed to read input: %s\n", err) } - // wait for the workers to finish doing their thing wg.Wait() }