gondola icon indicating copy to clipboard operation
gondola copied to clipboard

Fixes for new fsnotify

Open mattn opened this issue 10 years ago • 3 comments

go.exp/fsnotify is too old

mattn avatar Nov 06 '14 01:11 mattn

Does it fix any particular problem beside being old? Could we add a test-case for that?

rjeczalik avatar Nov 06 '14 07:11 rjeczalik

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.

mattn avatar Nov 06 '14 07:11 mattn

i.e. i guess no need to add tests.

mattn avatar Nov 06 '14 07:11 mattn