mirror of
https://github.com/qwc/backive.git
synced 2025-01-18 09:37:20 +01:00
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…
x
Reference in New Issue
Block a user