diff options
Diffstat (limited to 'vendor/github.com/fsnotify/fsnotify/fsnotify.go')
-rw-r--r-- | vendor/github.com/fsnotify/fsnotify/fsnotify.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/fsnotify/fsnotify/fsnotify.go b/vendor/github.com/fsnotify/fsnotify/fsnotify.go index 89cab046..0f4ee52e 100644 --- a/vendor/github.com/fsnotify/fsnotify/fsnotify.go +++ b/vendor/github.com/fsnotify/fsnotify/fsnotify.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !plan9 // +build !plan9 // Package fsnotify provides a platform-independent interface for file system notifications. |