From: Nathan Youngman Date: Sun, 17 Aug 2014 20:35:54 +0000 (-0600) Subject: use v1 in the example. X-Git-Tag: v1.7.2~278 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=517c0d26072a2f8e1bb9ec8b6dc35de3ed67fdb0;p=fsnotify.git use v1 in the example. --- diff --git a/example_test.go b/example_test.go index f0050ef..5b22907 100644 --- a/example_test.go +++ b/example_test.go @@ -9,7 +9,7 @@ package fsnotify_test import ( "log" - "github.com/go-fsnotify/fsnotify" + "gopkg.in/fsnotify.v1" ) func ExampleNewWatcher() {