]> go.fuhry.dev Git - fsnotify.git/commitdiff
use v1 in the example.
authorNathan Youngman <git@nathany.com>
Sun, 17 Aug 2014 20:35:54 +0000 (14:35 -0600)
committerNathan Youngman <git@nathany.com>
Sun, 17 Aug 2014 20:35:54 +0000 (14:35 -0600)
example_test.go

index f0050efaf4b58d5ced8360c13d0cf820a5145c06..5b22907b1e3765a7a9d515f2237afc9411fa233a 100644 (file)
@@ -9,7 +9,7 @@ package fsnotify_test
 import (
        "log"
 
-       "github.com/go-fsnotify/fsnotify"
+       "gopkg.in/fsnotify.v1"
 )
 
 func ExampleNewWatcher() {