Categorygithub.com/sgtsquiggs/tail
repository
1.0.3
Repository: https://github.com/sgtsquiggs/tail.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

tail - Go package for reading from and following continuously updated files

CircleCI

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