From: Dave Cheney Date: Wed, 4 Apr 2012 10:39:16 +0000 (+1000) Subject: I should run go test -v before commiting X-Git-Tag: v1.7.2~435^2~1 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=eaa4a399ee8ec00db5f50b9316023693ef95001d;p=fsnotify.git I should run go test -v before commiting --- diff --git a/example_test.go b/example_test.go index c8219ae..66bff7e 100644 --- a/example_test.go +++ b/example_test.go @@ -1,5 +1,10 @@ package fsnotify_test +import ( + "github.com/howeyc/fsnotify" + "log" +) + func ExampleWatcher() { watcher, err := fsnotify.NewWatcher() if err != nil {