Documentation ¶ Index ¶ func Watch(dirs []string, onNew func(path string), onRemoved func(path string)) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Watch ¶ func Watch(dirs []string, onNew func(path string), onRemoved func(path string)) error Watch monitors the given directories for new and deleted project subdirectories. onNew is called when an artisan file appears in a subdirectory. onRemoved is called when a watched subdirectory is deleted. Types ¶ This section is empty. Source Files ¶ View all Source files parked.go Click to show internal directories. Click to hide internal directories.