gondola
gondola copied to clipboard
Fixes for new fsnotify
go.exp/fsnotify is too old
Does it fix any particular problem beside being old? Could we add a test-case for that?
fsnotify seems have API compatibility without changing API names. But one thinng, the type of Events/Errors was changed. so we don't need to check whether the value is nil or not.
i.e. i guess no need to add tests.