1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-07 12:42:55 +03:00

Update import

This commit is contained in:
Dimitrij Denissenko
2017-02-20 14:13:02 +00:00
parent 30412d7652
commit 271ccda187
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"gopkg.in/redis.v5"
"github.com/go-redis/redis"
)
var _ = Describe("UniversalClient", func() {