diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b3f0591 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tempredis.test diff --git a/example_test.go b/example_test.go index 5a86efe..af29ea1 100644 --- a/example_test.go +++ b/example_test.go @@ -1,7 +1,7 @@ package tempredis import ( - "github.com/garyburd/redigo/redis" + "github.com/gomodule/redigo/redis" ) func ExampleUsage() { diff --git a/tempredis_test.go b/tempredis_test.go index 129eef1..7cd87ad 100644 --- a/tempredis_test.go +++ b/tempredis_test.go @@ -3,7 +3,7 @@ import ( "testing" - "github.com/garyburd/redigo/redis" + "github.com/gomodule/redigo/redis" ) func TestServer(t *testing.T) {