diff options
Diffstat (limited to 'vendor/github.com/rjeczalik/notify/watcher_fsevents_go1.10.go')
-rw-r--r-- | vendor/github.com/rjeczalik/notify/watcher_fsevents_go1.10.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/rjeczalik/notify/watcher_fsevents_go1.10.go b/vendor/github.com/rjeczalik/notify/watcher_fsevents_go1.10.go new file mode 100644 index 000000000..0edd3782f --- /dev/null +++ b/vendor/github.com/rjeczalik/notify/watcher_fsevents_go1.10.go @@ -0,0 +1,9 @@ +// Copyright (c) 2017 The Notify Authors. All rights reserved. +// Use of this source code is governed by the MIT license that can be +// found in the LICENSE file. + +// +build darwin,!kqueue,go1.10 + +package notify + +const refZero = 0 |