Before reporting an issue, please ensure you are using the latest release of fsnotify. ### Which version of macOS are you using? ProductName: Mac OS X ProductVersion: 10.13.1 BuildVersion: 17B48 ### Please describe the issue that occurred. While trying to run or buuld the example/main.go (copied to it´s own file) I get vendor/github.com/fsnotify/fsevents/wrap.go:38: constant 36893488147419103231 overflows uint64 ### Are you able to reproduce the issue? Please provide steps to reproduce and a code sample if possible. 1) mkdir test 2) cd test 3) make a file main.go with content of example/main.go 4) dep init 5) go run main.go