Open Bomin opened 11 years ago
yes there is https://github.com/mb0/lab/blob/master/ws/watcher_linux.go#L33
i guess you use an OS that is not linux and does not supported inotify. the readme states "Requires Linux and Go 1.1."
which OS do you use? maybe i can add another file change notification mechanism.
That was it. I'm using os x.
I also checked only the ws.go -file and not the whole package. My mistake.
<-- This error game when trying to run 'go run golab/main.go'
There is no NewInotify constructor in package ws
Bomin