The glamourous AI coding agent for your favourite terminal 💘
1//go:build freebsd || openbsd || netbsd || dragonfly 2 3package fsnotify 4 5import "golang.org/x/sys/unix" 6 7const openMode = unix.O_NONBLOCK | unix.O_RDONLY | unix.O_CLOEXEC