We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Came across this similar s/w (also available in docker hub) that seems to have the same name (guess that could cause confusion
uses fsnotify (which has an interesting table on various methods for notifications in different OS'es): https://github.com/fsnotify/fsnotify https://github.com/fsnotify/fsnotify#faq https://godoc.org/github.com/fsnotify/fsnotify https://pkg.go.dev/github.com/fsnotify/fsnotify?tab=doc
The text was updated successfully, but these errors were encountered:
Thanks for the heads-up @birbilis
Sorry, something went wrong.
No branches or pull requests
Came across this similar s/w (also available in docker hub) that seems to have the same name (guess that could cause confusion
https://github.com/William-Yeh/fswatch
https://hub.docker.com/r/williamyeh/fswatch/
https://medium.com/@skdomino/watch-this-file-watching-in-go-5b5a247cf71f
https://william-yeh.net/post/2019/06/inotify-in-containers/
uses fsnotify (which has an interesting table on various methods for notifications in different OS'es):
https://github.com/fsnotify/fsnotify
https://github.com/fsnotify/fsnotify#faq
https://godoc.org/github.com/fsnotify/fsnotify
https://pkg.go.dev/github.com/fsnotify/fsnotify?tab=doc
The text was updated successfully, but these errors were encountered: