HW7 is completed
parent
7091b48675
commit
8369c9259d
|
@ -72,5 +72,6 @@ func Copy(fromPath string, toPath string, offset, limit int64) error {
|
|||
if _, err = io.CopyN(fOut, pg, limit); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue