rjeczalik / notify

File system event notification library on steroids.
MIT License
903 stars 128 forks source link

Fix fsevents under Go 1.6 CGO rules #93

Closed adg closed 8 years ago

adg commented 8 years ago

Should fix issue #90 on darwin.

nathany commented 8 years ago

Thanks Andrew.

@rjeczalik The tests pass, but fail on something with gocover. Any ideas?

Note the tests aren't running against Go 1.6 without also changing the Travis config. #92.

rjeczalik commented 8 years ago

Hey @adg! Thanks for the PR, can I ask you to rebase with master?

adg commented 8 years ago

@rjeczalik done!

rjeczalik commented 8 years ago

Yay, thanks!