hpcloud / tail

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

Fix fsnotify import path #137

Closed c9s closed 6 years ago

c9s commented 6 years ago

The original go-fsnotify package was moved to "fsnotify/fsnotify", and so the import path has to be changed into the second form of the import alias. (described at http://labix.org/gopkg.in)

c9s commented 6 years ago

138 handles this issue better.