fsnotify - Go 实现的文件系统变化通知


BSD
Windows
Google Go

软件简介

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](https://github.com/fsnotify/fsnotify/issues/11)
FEN Solaris 11 [In Progress](https://github.com/fsnotify/fsnotify/issues/12)
fanotify Linux 2.6.37+
USN Journals Windows [Maybe](https://github.com/fsnotify/fsnotify/issues/53)
Polling _All_ [Maybe](https://github.com/fsnotify/fsnotify/issues/9)
  • Android 和 iOS 尚未经过测试