Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dustin/go-follow
- Owner: dustin
- Created: 2012-11-24T07:25:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T06:13:58.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T14:15:22.020Z (2 months ago)
- Language: Go
- Size: 117 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.