From: Nathan Youngman Date: Thu, 14 Nov 2013 03:58:59 +0000 (-0700) Subject: GoDoc badge and AUTHORS update X-Git-Tag: v1.7.2~331^2 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=c62805232f728d83c132839a439d331992be0711;p=fsnotify.git GoDoc badge and AUTHORS update --- diff --git a/AUTHORS b/AUTHORS index 5f4d649..a19022f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,9 +10,16 @@ Case Nelson Chris Howey +Christoffer Buchholz Dave Cheney Francisco Souza +John C Barstow Kelvin Fo -Pursuit92 +Nathan Youngman +Paul Hammond +Pursuit92 Rob Figueiredo Travis Cline +Tudor Golubenco +debrando +henrikedwards diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 939a3b5..2f99983 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`. diff --git a/README.md b/README.md index 282b20d..b7ec501 100644 --- 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