mirror of https://github.com/qwc/backive.git
Using ..., something new again :)
This commit is contained in:
parent
1e4f78be3b
commit
5890e490d5
|
@ -47,8 +47,7 @@ func process() {
|
|||
if err != nil && err != io.EOF {
|
||||
panic(err)
|
||||
}
|
||||
app := buf[0:nr]
|
||||
data = append(data, app)
|
||||
data = append(data, buf[0:nr]...)
|
||||
if err == io.EOF {
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue