fsnotify
fsnotify copied to clipboard
change property to public of addWatch method for linux.
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)