Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2024 Changes in this version + const DefaultDelay + type Watcher struct + func New(files []string, delay time.Duration) (*Watcher, error) + func (w *Watcher) Start(handler func(e fsnotify.Event)) + func (w *Watcher) Stop() error