Releases: DojoGenesis/logwatcher
Releases · DojoGenesis/logwatcher
v0.1.0 — Initial Release
Zero-dependency Go log watcher with bounded fan-out.
- Multi-file tail with seek-to-EOF on startup
- Bounded fan-out: multiple subscribers per watched file
- Silent drop on slow clients (never blocks the watcher)
- Context-driven lifecycle (cancel = clean shutdown)
- No external dependencies