Versions in this module Expand all Collapse all v0 v0.1.0 Aug 29, 2020 Changes in this version + type Watcher struct + FilePath string + OnError func(error) + OnFatal func(error) + OnUpdate func() + func New(filePath string, onUpdate func(), onError, onFatal func(error)) *Watcher + func (w *Watcher) Run() + func (w *Watcher) RunInBackground()