this isn't a sign that it's done or stable yet
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.