util/parallel.go
exported function RunParallelArgs should have comment or be unexported Open
Open
func RunParallelArgs(task func(string), args ...string) {
- Exclude checks
exported function RunParallel should have comment or be unexported Open
Open
func RunParallel(tasks ...func()) *sync.WaitGroup {
- Exclude checks