README ¶ watch Example: watch . go test ./... Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Command watch subscribes to the events in the specified directory and executes the provided command when there is a write-like event. Writes to the child directories including newly created are also handled. Usage: watch . go test ./... Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.