system_darwin.go 180 B

123456789
  1. //go:build darwin
  2. // +build darwin
  3. package fsnotify
  4. import "golang.org/x/sys/unix"
  5. // note: this constant is not defined on BSD
  6. const openMode = unix.O_EVTONLY | unix.O_CLOEXEC