]> go.fuhry.dev Git - fsnotify.git/commitdiff
add moving notice to readme
authorNathan Youngman <git@nathany.com>
Thu, 27 Feb 2014 03:42:34 +0000 (20:42 -0700)
committerNathan Youngman <git@nathany.com>
Thu, 27 Feb 2014 03:44:47 +0000 (20:44 -0700)
CONTRIBUTING.md
README.md

index b6aa1ea13d4512c74d2c07b40c7248e50f633782..86cce0f35119a97a5ef55e17dcff2363350d1b0e 100644 (file)
@@ -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
 
index b7ec501eb3811f11b187e961c9f2684a31e79ee2..b0e18d63dab3f132d21f11c88a4162655f8f46ba 100644 (file)
--- 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