Skip to content

Commit

Permalink
Revert watcher to use howeyc/fsnotify
Browse files Browse the repository at this point in the history
(Since merging howeyc/fsnotify@432c817)
  • Loading branch information
robfig committed Mar 2, 2013
1 parent befc004 commit 62b07e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher.go
@@ -1,7 +1,7 @@
package revel

import (
"github.com/robfig/fsnotify"
"github.com/howeyc/fsnotify"
"os"
"path"
"path/filepath"
Expand Down

0 comments on commit 62b07e6

Please sign in to comment.