1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-23 21:01:00 +03:00

Fix imports.

This commit is contained in:
Vladimir Mihailenco
2012-07-27 14:43:30 +03:00
parent 557a0f8403
commit 9c5def7f1f
4 changed files with 123 additions and 8 deletions

View File

@ -6,7 +6,7 @@ import (
"io"
"strconv"
"github.com/togoio/redisgoproxy/bufreader"
"github.com/vmihailenco/bufreader"
)
var Nil = errors.New("(nil)")