A program written in Go does certain tasks by shelling out to PowerShell. This is slow because each call to exec.Command() starts up PowerShell, runs one comma
exec.Command()