Skip to content

v0.1.0 — Initial Release

Latest

Choose a tag to compare

@DojoGenesis DojoGenesis released this 13 Apr 20:23
· 5 commits to main since this 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