GoWatch
GoTamer gowatch is a fork of bitbucket.org/jzs/buildwatch with some enhancements.
gowatch -test
will rungo test
on the foldergowatch -build
will rungo build
on the foldergowatch -run [program_name]
will rungo build
and 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]