Consistently defer messages for jobs
This commit is contained in:
@ -22,6 +22,8 @@ var packages = []string{
|
||||
}
|
||||
|
||||
func main() {
|
||||
defer color.Green("Finished.")
|
||||
|
||||
wg := sync.WaitGroup{}
|
||||
|
||||
for _, pkg := range packages {
|
||||
|
Reference in New Issue
Block a user