sdboyer / gps

your dependencies have arrived
MIT License
270 stars 24 forks source link

Fix races in monitoredCmd #221

Closed sdboyer closed 7 years ago

sdboyer commented 7 years ago

re: golang/dep#479

sdboyer commented 7 years ago

Really just needed to use Start() and Wait() instead of relying on Run().