]> go.fuhry.dev Git - fsnotify.git/commitdiff
moving notice
authorNathan Youngman <git@nathany.com>
Thu, 30 Jan 2014 03:55:59 +0000 (20:55 -0700)
committerNathan Youngman <git@nathany.com>
Thu, 30 Jan 2014 04:00:01 +0000 (21:00 -0700)
CONTRIBUTING.md

index cac47f7f1d408a111aabe02f55f396e0d2361f32..b6aa1ea13d4512c74d2c07b40c7248e50f633782 100644 (file)
@@ -1,5 +1,15 @@
 # Contributing
 
+### Moving Notice
+
+Go 1.3 will include os/fsnotify in the 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`
+
+### Pull Requests
+
 To hack on fsnotify:
 
 1. Install as usual (`go get -u github.com/howeyc/fsnotify`)
@@ -22,7 +32,7 @@ For other team members:
 
 Notice: Always use the original import path by installing with `go get`.
 
-# Testing
+### Testing
 
 fsnotify uses build tags to compile different code on Linux, BSD, OS X, and Windows. Our continuous integration server is only able to test on Linux at this time.