Versions in this module Expand all Collapse all v0 v0.0.1 Sep 6, 2021 Changes in this version + type FileChangeWatcher struct + func NewChangeWatcher(fileDir string) *FileChangeWatcher + func (w *FileChangeWatcher) PrintlnWatchCount() + func (w *FileChangeWatcher) RegisterWatcher(fileName string, handlerFunc func(fileName string, optName fsnotify.Op)) error