# README
tail - Go package for reading from and following continuously updated files
tail
is forked from mtail
, which is a tool
for extracting metrics from logs. This fork exists to provide the tailing function
of mtail as a go package without any of the Google-specific dependencies.
There are other implementations that achieve the same goal as this library.
TODO:
- Documentation
- Example code