@ -226,6 +226,7 @@ func AddWatchDir(watcher *fsnotify.Watcher, name string) error {
}
func WatchDir() {
watcher, err := fsnotify.NewWatcher()
if err != nil { log.Fatal(err) }