Documentation ¶ Index ¶ func Watch(dirs []string, onNew 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)) error Watch monitors the given directories for new project subdirectories. When an artisan file appears in a new subdirectory, onNew is called with the project path. Types ¶ This section is empty. Source Files ¶ View all Source files parked.go Click to show internal directories. Click to hide internal directories.