DEV Community

Discussion on: Using Live Reload in Go

Collapse
 
mohamed_saleh profile image
Mohamed Saleh

I'm using Watchman by Facebook to achieve this but I like the idea of a config file
Thanks!

Example of what I currently do:
watchman-make -p '**/*.go' --run ./whatever.sh

facebook.github.io/watchman/