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

Go 1.0 compatibility.

This commit is contained in:
Vladimir Mihailenco
2013-12-30 14:29:28 +02:00
parent 10d639d255
commit 75c8dbf91d
2 changed files with 4 additions and 5 deletions

View File

@ -291,7 +291,6 @@ func _parseReply(rd reader, typ replyType) (interface{}, error) {
}
return vals, nil
}
default:
return nil, fmt.Errorf("redis: can't parse %q", line)
}
return nil, fmt.Errorf("redis: can't parse %q", line)
}