Switch filewatch implementation to fsnotify

This commit is contained in:
Lukas Martinelli
2017-01-01 15:50:58 +01:00
parent 60bea1777a
commit d2cd84de2b
4 changed files with 38 additions and 88 deletions

View File

@@ -57,6 +57,7 @@ Install the 3rd party dependencies.
go get github.com/gorilla/handlers
go get github.com/gorilla/mux
go get github.com/gorilla/websocket
go get github.com/fsnotify/fsnotify
go get github.com/urfave/cli
go get github.com/elazarl/go-bindata-assetfs/...
go get github.com/jteeuwen/go-bindata/...