It watches your dev folder for modified files, and if a file changes it restarts the process
gowatch -test will run go test on the foldergowatch -build will run go build on the foldergowatch -run [program_name] will run go 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]
Tags: gotamer
First Created: 2015-01-28T19:54:59Z
Last Modified: 2026-04-05 19:35