GoWatch
GoTamer gowatch is a fork of bitbucket.org/jzs/buildwatch with some enhancements.
gowatch -testwill rungo teston the foldergowatch -buildwill rungo buildon the foldergowatch -run [program_name]will rungo buildand then it will execute[program_name]
If a file changes while running lets say gowatch -run [program_name] it will
kill [program_name], run gowatch -build on the folder, and then restart [program_name]