commit | 490952f74d41a52187fcc5a538f56abb663c7f88 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Mon Apr 11 21:32:40 2022 -0400 |
committer | Bryan Mills <bcmills@google.com> | Thu Jun 02 14:50:02 2022 +0000 |
tree | 83bd675ff9d4063eac72039c6fb2afbf9a1eb627 | |
parent | 0b5c67f07fdf1acb49edbcdd50bb35414ca627a7 [diff] |
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 <rsc@golang.org>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.