Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dustin/go-follow

Follow (tail -f) an io.Reader, blocking on EOF until more data arrive.
https://github.com/dustin/go-follow

Last synced: about 2 months ago
JSON representation

Follow (tail -f) an io.Reader, blocking on EOF until more data arrive.

Awesome Lists containing this project

README

        

# Follow

This is a `tail -f` like thing for `io.Reader`, allowing you to have a
simple, blocking interface to watching a file.