Closed nathany closed 10 years ago
https://gopkg.in/fsnotify/fsnotify.v0 reports v0.14.0, as it should be.
But when I do a fresh go get -u gopkg.in/fsnotify/fsnotify.v0 and less CHANGELOG.md, I only see v0.9.0.
go get -u gopkg.in/fsnotify/fsnotify.v0
less CHANGELOG.md
Also, the documentation at http://godoc.org/gopkg.in/fsnotify/fsnotify.v0 is showing the old v0.9.0 API.
I'm not sure why this is. Is it just pulling the wrong tag from the right repo?
Or worse, is it pulling the wrong repo altogether. Perhaps https://github.com/howeyc/fsnotify? As you can see, http://gopkg.in/howeyc/fsnotify.v0 points to v0.9.0.
Strange. Let me have a lot look at this early tomorrow.
The fix has been deployed. Sorry for the trouble, Nathan.
Thanks @niemeyer!
https://gopkg.in/fsnotify/fsnotify.v0 reports v0.14.0, as it should be.
But when I do a fresh
go get -u gopkg.in/fsnotify/fsnotify.v0
andless CHANGELOG.md
, I only see v0.9.0.Also, the documentation at http://godoc.org/gopkg.in/fsnotify/fsnotify.v0 is showing the old v0.9.0 API.
I'm not sure why this is. Is it just pulling the wrong tag from the right repo?
Or worse, is it pulling the wrong repo altogether. Perhaps https://github.com/howeyc/fsnotify? As you can see, http://gopkg.in/howeyc/fsnotify.v0 points to v0.9.0.