Case Nelson <case@teammating.com>
Chris Howey <howeyc@gmail.com> <chris@howey.me>
+Christoffer Buchholz <christoffer.buchholz@gmail.com>
Dave Cheney <dave@cheney.net>
Francisco Souza <f@souza.cc>
+John C Barstow
Kelvin Fo <vmirage@gmail.com>
-Pursuit92 <JoshChase@techpursuit.net>
+Nathan Youngman <git@nathany.com>
+Paul Hammond <paul@paulhammond.org>
+Pursuit92 <JoshChase@techpursuit.net>
Rob Figueiredo <robfig@gmail.com>
Travis Cline <travis.cline@gmail.com>
+Tudor Golubenco <tudor.g@gmail.com>
+debrando <denis.brandolini@gmail.com>
+henrikedwards <henrik.edwards@gmail.com>
1. Install as usual (`go get -u github.com/howeyc/fsnotify`)
2. Add your remote (`git remote add fork git@github.com:mycompany/repo.git`)
-3. Pull your revisions (`git fetch; git checkout -b my-new-feature fork/my-new-feature`)
+3. Pull your revisions (`git fetch fork; git checkout -b my-new-feature fork/my-new-feature`)
Notice: Always use the original import path by installing with `go get`.
# File system notifications for Go
-[](http://goci.me/project/github.com/howeyc/fsnotify)
-
-[GoDoc](http://godoc.org/github.com/howeyc/fsnotify)
+[](http://goci.me/project/github.com/howeyc/fsnotify) [](http://godoc.org/github.com/howeyc/fsnotify)
Cross platform, works on:
* Windows