From 882c605c9d9ac1058e46669e6e8ed9663d6221d7 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Wed, 29 Jan 2014 20:55:59 -0700 Subject: [PATCH] moving notice --- CONTRIBUTING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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. -- 2.50.1