fsnotify icon indicating copy to clipboard operation
fsnotify copied to clipboard

change property to public of addWatch method for linux.

Open sycki opened this issue 7 years ago • 0 comments

I found out that I can not add watch, so I modified it to public, can be merge?

watcher, err := fsnotify.NewWatcher()
...
watcher.AddWatch("/tmp/mydir", flags)

sycki avatar Jan 12 '18 06:01 sycki