diff options
Diffstat (limited to 'watcher.go')
| -rw-r--r-- | watcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ type watcher struct { // +-- watchHTMLTemplate +--> DELETE --> Converter.htmlTemplateUseInternal() // | // +--> UPDATE --> Converter.convertFileMarkups() -func newWatcher(converter *Converter, convertOpts *ConvertOptions) (w *watcher, err error) { +func newWatcher(converter *Converter, convertOpts ConvertOptions) (w *watcher, err error) { var ( logp = `newWatcher` ) |
