v1.1.0
版本发布时间: 2014-12-13 14:48:51
fsnotify/fsnotify最新发布版本:v1.7.0(2023-10-22 14:28:14)
kqueue
- rework internals #43
- add low-level functions
- only need to store flags on directories
- less mutexes #13
- done can be an unbuffered channel
- remove calls to os.NewSyscallError
- fix regression in rework causing subdirectories to be watched #48
- cleanup internal watch before sending remove event #51
other
- More efficient string concatenation for Event.String() #52 (thanks @mdlayher)