tail/watch
Sridhar Ratnakumar 499e541b19 copytruncate should work even if ReOpen is False.
at least, `tail -f` (not `tail -F` which is analogous to ReOpen)
reopens truncated files.

this change introduces the FileChanges struct to abstract the change
notifications for file changes, deletions and truncations.
2013-05-29 14:32:59 -07:00
..
filechanges.go copytruncate should work even if ReOpen is False. 2013-05-29 14:32:59 -07:00
inotify.go copytruncate should work even if ReOpen is False. 2013-05-29 14:32:59 -07:00
polling.go copytruncate should work even if ReOpen is False. 2013-05-29 14:32:59 -07:00
watch.go copytruncate should work even if ReOpen is False. 2013-05-29 14:32:59 -07:00