# Packages
No description provided by the author
# Functions
MustRegisterWatcher creates a new Watcher and starts listening to given folders.
NewBuilder constructs the Builder instance.
NewDebugger creates a new Debugger instance and returns its pointer.
ParseArgs extracts the application parameters from args and returns Params instance with separated watcher and application parameters.
# Variables
ErrPathNotSet GoPath not set error.
# Structs
AppConfig contains the argument information for delve, watcher and main package.
Builder composes of both debugger and watcher.
Debugger listens for the change events and depending on that kills the obsolete process, and runs a new one.
VersionInfo contains all the information regarding the version.
Watcher watches the file change events from fsnotify and sends update messages.