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

Unexport ParseReq.

This commit is contained in:
Vladimir Mihailenco
2013-07-02 14:26:00 +03:00
parent d1b0bd004c
commit 28a881e724
2 changed files with 1 additions and 24 deletions

View File

@ -100,7 +100,7 @@ func readN(rd reader, n int) ([]byte, error) {
//------------------------------------------------------------------------------
func ParseReq(rd reader) ([]string, error) {
func parseReq(rd reader) ([]string, error) {
line, err := readLine(rd)
if err != nil {
return nil, err