From 62b07e6a7bd75a8ca9f9e175c53c9563bf554689 Mon Sep 17 00:00:00 2001 From: Rob Figueiredo Date: Fri, 1 Mar 2013 20:07:04 -0500 Subject: [PATCH] Revert watcher to use howeyc/fsnotify (Since merging https://github.com/howeyc/fsnotify/commit/432c817ae4d60300a5fbafd190ded5b93d992d5a) --- watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher.go b/watcher.go index 45dc2df5d..dda9777a7 100644 --- a/watcher.go +++ b/watcher.go @@ -1,7 +1,7 @@ package revel import ( - "github.com/robfig/fsnotify" + "github.com/howeyc/fsnotify" "os" "path" "path/filepath"