Versions in this module Expand all Collapse all v0 v0.1.0 Oct 27, 2025 Changes in this version + type RWatcher struct + Errors chan error + Events chan fsnotify.Event + func NewWatcher() (*RWatcher, error) + func (m *RWatcher) Add(name string) error + func (m *RWatcher) AddRecursive(name string) error + func (m *RWatcher) Close() error + func (m *RWatcher) Remove(name string) error + func (m *RWatcher) RemoveRecursive(name string) error