| 14 | ) |
| 15 | |
| 16 | type Watcher interface { |
| 17 | Add(name string) error |
| 18 | } |
| 19 | |
| 20 | // initialiseWatcher creates the project directory watcher that will trigger recompile |
| 21 | func initialiseWatcher(cwd, reloadDirs string) (*fsnotify.Watcher, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…