Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2020 Changes in this version + type FileWatcher struct + FilePath string + LastModify int64 + func NewFileWatcher(filePath string) *FileWatcher + func (w *FileWatcher) OnChmodEvent(f func(fsnotify.Event)) + func (w *FileWatcher) OnCreateEvent(f func(fsnotify.Event)) + func (w *FileWatcher) OnRemoveEvent(f func(fsnotify.Event)) + func (w *FileWatcher) OnRenameEvent(f func(fsnotify.Event)) + func (w *FileWatcher) OnWriteEvent(f func(fsnotify.Event)) + func (w *FileWatcher) Start() + func (w *FileWatcher) Stop()