fsnotifyGo 实现的文件系统变化通知
fsnotify 使用 Go 语言实现了跨平台的文件系统变化通知 (File system notifications for Go)。
支持的平台包括:Windows, Linux, BSD 和 macOS。
Adapter | OS | Status |
---|---|---|
inotify | Linux 2.6.27 or later, Android* | Supported |
kqueue | BSD, macOS, iOS* | Supported |
ReadDirectoryChangesW | Windows | Supported |
FSEvents | macOS | Planned |
FEN | Solaris 11 | In Progress |
fanotify | Linux 2.6.37+ | |
USN Journals | Windows | Maybe |
Polling | All | Maybe |
* Android 和 iOS 尚未经过测试
评论