From: Nathan Youngman Date: Sat, 16 Aug 2014 05:15:25 +0000 (-0600) Subject: v1.0.0 - API change X-Git-Tag: v1.7.2~282 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=7f6b6d6dd6e221742f5adace53e9ed5314ffe2c5;p=fsnotify.git v1.0.0 - API change this isn't a sign that it's done or stable yet --- diff --git a/README.md b/README.md index 5828cea..acc8b5e 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ 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/fsnotify.v0) to lock to the current API: +Further changes are expected. You may use [gopkg.in](https://gopkg.in/fsnotify.v1) to lock to the current API: ```go -import "gopkg.in/fsnotify.v0" +import "gopkg.in/fsnotify.v1" ``` A new major revision will be tagged for any future API changes.