1 Star 0 Fork 0

butnet/fsnotify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
system_darwin.go 180 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin Tournoij 提交于 2022-08-07 02:24 +08:00 . Move some files around
//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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/butnet/fsnotify.git
[email protected]:butnet/fsnotify.git
butnet
fsnotify
fsnotify
main

搜索帮助