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

Bump version.

This commit is contained in:
Vladimir Mihailenco
2014-07-02 18:04:04 +03:00
parent ac192c726d
commit 1b515b695a
4 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import (
"testing"
"time"
"gopkg.in/redis.v1"
"gopkg.in/redis.v2"
. "gopkg.in/check.v1"
)