mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 16:58:31 +02:00
refactor: minor styling fixes; deadcode cleanup and correct log level
This commit is contained in:
@@ -10,6 +10,9 @@ type fileWatcher struct {
|
||||
errCh chan error
|
||||
}
|
||||
|
||||
var _ Watcher = (*fileWatcher)(nil)
|
||||
|
||||
// Events implements the Watcher interface.
|
||||
func (fw *fileWatcher) Events(ctx context.Context) (<-chan Event, <-chan error) {
|
||||
return fw.eventCh, fw.errCh
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user