Remove stops watching a file for changes.
(file string)
| 26 | |
| 27 | // Remove stops watching a file for changes. |
| 28 | Remove(file string) error |
| 29 | |
| 30 | // Next blocks until a file system event occurs or the context is canceled. |
| 31 | // It returns the next event or an error if the watcher encountered a problem. |
no outgoing calls