fsmonitor icon indicating copy to clipboard operation
fsmonitor copied to clipboard

fsnotify.v1 support added by shiwork, tests added by me

Open cbrand opened this issue 9 years ago • 0 comments

Generic tests added and go fmt & golint fixes done.

This pull request would support the newer "v1" interface for fsnotify. Also I added a Close() method to be able to completely close the underlying watcher.

To verify if the watcher is closed a "IsClosed()" function has also been added.

cbrand avatar May 06 '15 00:05 cbrand