From: Nathan Youngman Date: Thu, 30 Jan 2014 03:55:59 +0000 (-0700) Subject: moving notice X-Git-Tag: v1.7.2~324^2~2 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=882c605c9d9ac1058e46669e6e8ed9663d6221d7;p=fsnotify.git moving notice --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cac47f7..b6aa1ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.