1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Update gocheck import path.

This commit is contained in:
Vladimir Mihailenco
2014-07-02 16:11:10 +03:00
parent f25e9b104b
commit 4ea3e7531b
2 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import (
"gopkg.in/redis.v1"
. "launchpad.net/gocheck"
. "gopkg.in/check.v1"
)
const redisAddr = ":6379"