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 0b5c67f commit 490952fCopy full SHA for 490952f
winfsnotify/go.mod
@@ -0,0 +1,3 @@
1
+module golang.org/x/exp/winfsnotify
2
+
3
+go 1.11
winfsnotify/winfsnotify.go
@@ -7,6 +7,11 @@
7
8
// Package winfsnotify allows the user to receive
9
// file system event notifications on Windows.
10
+//
11
+// Deprecated: winfsnotify has been unmaintained since 2016 (see
12
+// https://go.dev/issue/51447). Forks of this package with more recent
13
+// maintenance and cross-platform support can be found at
14
+// https://pkg.go.dev/search?q=fsnotify.
15
package winfsnotify // import "golang.org/x/exp/winfsnotify"
16
17
import (
0 commit comments