diff -r 8f478162d991 -r 05c40b36d3b2 vendor/github.com/fsnotify/fsnotify/system_darwin.go --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/github.com/fsnotify/fsnotify/system_darwin.go Sat Feb 04 12:58:35 2023 +0100 @@ -0,0 +1,9 @@ +//go:build darwin +// +build darwin + +package fsnotify + +import "golang.org/x/sys/unix" + +// note: this constant is not defined on BSD +const openMode = unix.O_EVTONLY | unix.O_CLOEXEC