package
0.0.0-20240120040417-c6fe939a8d3c
Repository: https://github.com/kbirk/witch.git
Documentation: pkg.go.dev

# Functions

New instantiates and returns a new watcher struct.

# Constants

Added represents a file creation event.
Changed represents a file change event.
Removed represents a file removal event.

# Structs

Event represents a single detected file event.
Watcher represents a simple struct for scanning and checking for any changes that occur in a set of watched files and directories.