Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2024 Changes in this version + type FileWatcher interface + Add func(name string) error + Close func() error + Errors func() <-chan error + Events func() <-chan fsnotify.Event + Remove func(name string) error + func New(interval time.Duration) (FileWatcher, error) + func NewEventWatcher() (FileWatcher, error) + func NewPollingWatcher(interval time.Duration) FileWatcher