Skip to content

Commit 490952f

Browse files
author
Bryan C. Mills
committed
winfsnotify: deprecate package and isolate it to its own module
For golang/go#51447. Change-Id: I3266073d85e52aa48ba6c8578b2b9b9e26486060 Reviewed-on: https://go-review.googlesource.com/c/exp/+/399834 Reviewed-by: Russ Cox <[email protected]>
1 parent 0b5c67f commit 490952f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

winfsnotify/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module golang.org/x/exp/winfsnotify
2+
3+
go 1.11

winfsnotify/winfsnotify.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
// Package winfsnotify allows the user to receive
99
// 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.
1015
package winfsnotify // import "golang.org/x/exp/winfsnotify"
1116

1217
import (

0 commit comments

Comments
 (0)