readwriter.go @@ -73,7 +73,7 @@ } if isEOF { return nil, io.EOF return data, io.EOF } return data, nil