From: Paul Hammond Date: Sun, 8 Sep 2013 18:57:42 +0000 (-0700) Subject: Update package path in example code. X-Git-Tag: v1.7.2~339^2^2 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=e26bdc27cada5911ba01ffa9c7b610813768b72c;p=fsnotify.git Update package path in example code. --- diff --git a/example_test.go b/example_test.go index 37c0d0c..c7dbee4 100644 --- a/example_test.go +++ b/example_test.go @@ -6,8 +6,7 @@ package fsnotify_test import ( "log" - - "code.google.com/p/go.exp/fsnotify" + "github.com/howeyc/fsnotify" ) func ExampleNewWatcher() {