Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + type Event struct + Name string + Op Op + func (e Event) String() string + type Op uint32 + const Chmod + const Create + const Remove + const Rename + const Write + type Watcher struct — darwin/amd64, linux/amd64, windows/amd64 + Errors chan error + Events chan Event + func NewWatcher() (*Watcher, error) + func (w *Watcher) Add(name string) error + func (w *Watcher) Close() error + func (w *Watcher) Remove(name string) error