1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 05:53:28 +00:00
bee/vendor/github.com/howeyc/fsnotify/fsnotify_open_darwin.go
2016-12-05 23:07:45 +08:00

12 lines
251 B
Go

// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin
package fsnotify
import "syscall"
const open_FLAGS = syscall.O_EVTONLY