CompileDaemon
CompileDaemon copied to clipboard
include multiple directories
The project I'm working on has important files two folders back from where the main.go file is, so it would be nice to have something like -include-dir="../../core"
to be able to monitor any changes on these files as well, since we work with them a lot.