Update fsnotify dependency to fix arm64 issue

This commit is contained in:
Manuel de Brito Fontes 2017-08-02 14:13:45 -04:00
parent 848144a990
commit 88f171fc2a
15 changed files with 278 additions and 212 deletions

View file

@ -6,7 +6,7 @@
package fsnotify
import "syscall"
import "golang.org/x/sys/unix"
// note: this constant is not defined on BSD
const openMode = syscall.O_EVTONLY
const openMode = unix.O_EVTONLY