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
+1
View File
@@ -16,6 +16,7 @@ install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env
- go get github.com/fsnotify/fsnotify
- go get github.com/gorilla/handlers
- go get github.com/gorilla/mux
- go get github.com/gorilla/websocket