IT WORKS (again)
This commit is contained in:
@@ -61,6 +61,9 @@ func (r *Reader) Read(p []byte) (n int, err error) {
|
||||
p[n+i] = tmp[i]
|
||||
}
|
||||
n += tmpN
|
||||
}
|
||||
if err != nil {
|
||||
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user