b1lly / gob

Go Language build tool that automatically rebuilds and runs the program when any files/packages are added, modified or deleted.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gob leaves built processes running

ttacon opened this issue · comments

When gob is recompiling things, if it is in its fun little recompile over and over loop, it leaks spawned processes.

This is fixed by 57476af.