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