Registry / utility / radovskyb-watcher

radovskyb-watcher

JSON →
library1.0.7gogounverified

Package watcher provides a file system watcher for Go.

go get github.com/radovskyb/watcher
INSTALL
IMPORT
SIG · RADOVSKYB-WATCHER
R
radovskyb-watcher
utilitygov1.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

watcher
github.com/radovskyb/watcher

Starts watching the current directory for file changes.

import "github.com/radovskyb/watcher" func main() { w := watcher.New() w.Add(".") go w.Start(0) for { select { case event := <-w.Event: _ = event } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Bingbot
1
Resources
radovskyb-watcher — go get radovskyb-watcher · libregistry