You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, fsnotify cannot deal with movements as such. They are detected as „delete“ + „create“. However, having moves proper in the watchdog would be a nice add-on.
fsnotify is by far the most popular inotify package for Go but it will not grow the movement concept anytime soon.
Unfortunately, fsnotify cannot deal with movements as such. They are detected as „delete“ + „create“. However, having moves proper in the watchdog would be a nice add-on.
fsnotify is by far the most popular inotify package for Go but it will not grow the movement concept anytime soon.
See fsnotify/fsnotify#26.
The text was updated successfully, but these errors were encountered: