We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceba4ef commit 8fa037fCopy full SHA for 8fa037f
1 file changed
fsnotify_unsupported.go
@@ -2,8 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !solaris && !windows
6
-// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!solaris,!windows
+//go:build !darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows
+// +build !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows
7
8
package fsnotify
9
0 commit comments