]> go.fuhry.dev Git - fsnotify.git/commitdiff
Update package path in example code.
authorPaul Hammond <paul@paulhammond.org>
Sun, 8 Sep 2013 18:57:42 +0000 (11:57 -0700)
committerPaul Hammond <paul@paulhammond.org>
Sun, 8 Sep 2013 18:57:42 +0000 (11:57 -0700)
example_test.go

index 37c0d0c5f35261cb752396aecd392516dd4b3c1c..c7dbee4635d3e305b37d6d797750d54698892d69 100644 (file)
@@ -6,8 +6,7 @@ package fsnotify_test
 
 import (
        "log"
-
-       "code.google.com/p/go.exp/fsnotify"
+       "github.com/howeyc/fsnotify"
 )
 
 func ExampleNewWatcher() {