From: Nathan Youngman Date: Thu, 27 Feb 2014 03:42:34 +0000 (-0700) Subject: add moving notice to readme X-Git-Tag: v1.7.2~322^2 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=c2abd72761ca64944bc9f01036430855a7b9995a;p=fsnotify.git add moving notice to readme --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6aa1ea..86cce0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,13 @@ ### Moving Notice -Go 1.3 will include os/fsnotify in the standard library with a new [API](http://goo.gl/MrYxyA). +We plan to include os/fsnotify in the Go standard library with a new [API](http://goo.gl/MrYxyA). * Import `code.google.com/p/go.exp/fsnotify` ([GoDoc](http://godoc.org/code.google.com/p/go.exp/fsnotify)) for the latest API under development. * Continue importing `github.com/howeyc/fsnotify` ([GoDoc](http://godoc.org/github.com/howeyc/fsnotify)) for the stable API. * [Report Issues](https://code.google.com/p/go/issues/list?q=fsnotify) to go.exp/fsnotify after testing against `code.google.com/p/go.exp/fsnotify` +* Join [golang-dev](https://groups.google.com/forum/#!forum/golang-dev) to discuss fsnotify. +* See the [Contribution Guidelines](http://golang.org/doc/contribute.html) for Go and sign the CLA. ### Pull Requests diff --git a/README.md b/README.md index b7ec501..b0e18d6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,18 @@ Cross platform, works on: * BSD * OSX -Example: +### Moving Notice + +We plan to include os/fsnotify in the Go standard library with a new [API](http://goo.gl/MrYxyA). + +* Import `code.google.com/p/go.exp/fsnotify` ([GoDoc](http://godoc.org/code.google.com/p/go.exp/fsnotify)) for the latest API under development. +* Continue importing `github.com/howeyc/fsnotify` ([GoDoc](http://godoc.org/github.com/howeyc/fsnotify)) for the stable API. +* [Report Issues](https://code.google.com/p/go/issues/list?q=fsnotify) to go.exp/fsnotify after testing against `code.google.com/p/go.exp/fsnotify` +* Join [golang-dev](https://groups.google.com/forum/#!forum/golang-dev) to discuss fsnotify. +* See the [Contribution Guidelines](http://golang.org/doc/contribute.html) for Go and sign the CLA. + +### Example: + ```go package main