Versions in this module Expand all Collapse all v0 v0.1.0 Oct 13, 2019 Changes in this version + type Event struct + Path string + type Watcher struct + Errors chan error + Events chan Event + func NewWatcher() (*Watcher, error) + func (w *Watcher) Add(path string) + func (w *Watcher) Remove(path string)