hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.71k stars 503 forks source link

fixed import path of fsnotify #139

Closed sm3142 closed 6 years ago

sm3142 commented 6 years ago

The correct import path for fsnotify is "gopkg.in/fsnotify/fsnotify.v1", rather than "gopkg.in/fsnotify.v1". See also https://gopkg.in/fsnotify.v1. Not sure if this was adjusted for fsnotify repo or why it did work earlier with the shorter path.

johnmccabe commented 6 years ago

@sm3142 have you seen #138

sm3142 commented 6 years ago

Duplicate of #138 which addresses it more competently anyway.