This is great to just have go run . re-run on a file change. It's perfect with the combination of a templating engine which rebuilds go files once the html files are updated.
However, CompileDaemon always compiles the binary when many times I only want to have go run executed with -command.
Is there any chance of providing an option to not build?
This is great to just have
go run .
re-run on a file change. It's perfect with the combination of a templating engine which rebuilds go files once the html files are updated.However, CompileDaemon always compiles the binary when many times I only want to have go run executed with -command.
Is there any chance of providing an option to not build?