howeyc / fsnotify

File system notification for Go
BSD 3-Clause "New" or "Revised" License
1.99k stars 252 forks source link

Not able to remove file watcher. #114

Closed gaplyk closed 8 years ago

gaplyk commented 8 years ago

I need to remove file watcher and calling method Remove(...) but looks like this method is waiting for finish from ignoreLinux and this function was not invoked before.

Please introduce another function to remove just watcher without deleting of the file or fix this issue.