]> go.fuhry.dev Git - fsnotify.git/commitdiff
GoDoc badge and AUTHORS update
authorNathan Youngman <git@nathany.com>
Thu, 14 Nov 2013 03:58:59 +0000 (20:58 -0700)
committerNathan Youngman <git@nathany.com>
Thu, 14 Nov 2013 03:58:59 +0000 (20:58 -0700)
AUTHORS
CONTRIBUTING.md
README.md

diff --git a/AUTHORS b/AUTHORS
index 5f4d64917e37d710c72f04b90e05b63a2fd029e0..a19022fda70571bfed81c9eb29bebab664164f0d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
 
 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>
index 939a3b5f4dcb0a13c8497959334dc48d43d48648..2f99983647f03e4b159899ecb2a326affb0b2f4a 100644 (file)
@@ -18,7 +18,7 @@ For other team members:
 
 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`.
 
index 282b20d75b4aa45458d74ab62a9fd81a5f36d3b6..b7ec501eb3811f11b187e961c9f2684a31e79ee2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 # File system notifications for Go
 
-[![Build Status](https://goci.herokuapp.com/project/image/github.com/howeyc/fsnotify)](http://goci.me/project/github.com/howeyc/fsnotify)
-
-[GoDoc](http://godoc.org/github.com/howeyc/fsnotify)
+[![Build Status](https://goci.herokuapp.com/project/image/github.com/howeyc/fsnotify)](http://goci.me/project/github.com/howeyc/fsnotify) [![GoDoc](https://godoc.org/github.com/howeyc/fsnotify?status.png)](http://godoc.org/github.com/howeyc/fsnotify)
 
 Cross platform, works on:
 * Windows