by fredcy:
I'm running go 1.2 darwin/amd64 on Mac OS X 10.9.2.
I installed fsnotify with "go get code.google.com/p/go.exp/fsnotify" today,
June 3 2014.
When I run "go test" it usually fails with messages like the following:
--- FAIL: TestFsnotifySubDir (0.70 seconds)
fsnotify_test.go:491: event received: "/var/folders/sn/_31k3vmx3v712cxxvlgs_t_w0000gn/T/fsnotify570705332/sub": CREATE
fsnotify_test.go:491: event received: "/var/folders/sn/_31k3vmx3v712cxxvlgs_t_w0000gn/T/fsnotify570705332/sub": DELETE
fsnotify_test.go:491: event received: "/var/folders/sn/_31k3vmx3v712cxxvlgs_t_w0000gn/T/fsnotify570705332/TestFsnotifyFile1.testfile": DELETE
fsnotify_test.go:540: incorrect number of create events received after 500 ms (1 vs 2)
FAIL
exit status 1
FAIL code.google.com/p/go.exp/fsnotify 7.490s