hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.71k stars 503 forks source link

Return error on tail.Cleanup #100

Closed bahlo closed 7 years ago

bahlo commented 8 years ago

Pass through the error of fsnotify/fsnotify#Watcher.Remove to check if clean up was successful.

Nino-K commented 7 years ago

@bahlo thanks for your contribution.