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

# 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

# Packages

No description provided by the author
No description provided by the author
Package tailer provides a class that is responsible for tailing log files and extracting new log lines to be passed into the virtual machines.
Reimport the go-cmp package as the name 'cmp' conflicts with the cmp instruction in the vm.
Package watcher provides a way of watching for filesystem events and notifying observers when they occur.