From: Nathan Youngman Date: Thu, 10 Jul 2014 00:06:36 +0000 (-0600) Subject: shorter path for gopkg.in X-Git-Tag: v1.7.2~290 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=e3d6cf0a4ef7065c218e4ca00b04f8e6ab6d648b;p=fsnotify.git shorter path for gopkg.in --- diff --git a/README.md b/README.md index 96e0ab3..77408a9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Please see [the documentation](http://godoc.org/github.com/go-fsnotify/fsnotify) The fsnotify API has changed from what exists at `github.com/howeyc/fsnotify` ([GoDoc](http://godoc.org/github.com/howeyc/fsnotify)). -Further changes are expected. You may use [gopkg.in](https://gopkg.in/go-fsnotify/fsnotify.v0) to lock to the current API: +Further changes are expected. You may use [gopkg.in](https://gopkg.in/fsnotify.v0) to lock to the current API: ```go import "gopkg.in/fsnotify.v0"