andreaskoch / go-fswatch

fswatch is a go library for monitoring filesystem changes that does not depend on inotify
Other
57 stars 9 forks source link

Make README example runnable #3

Closed bradwright closed 8 years ago

bradwright commented 8 years ago

A few things have changed since the original docs were written, which render the file non-runnable:

With these changes the example code will compile.

andreaskoch commented 8 years ago

Thanks for fixing this :-)