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:
@ -6,7 +6,7 @@ import (
|
||||
"io"
|
||||
"strconv"
|
||||
|
||||
"github.com/togoio/redisgoproxy/bufreader"
|
||||
"github.com/vmihailenco/bufreader"
|
||||
)
|
||||
|
||||
var Nil = errors.New("(nil)")
|
||||
|
Reference in New Issue
Block a user