HW7 is completed

pull/7/head
Andrey Ivanov 2020-08-04 16:12:38 +03:00 committed by Andrey Ivanov
parent 7091b48675
commit 8369c9259d
1 changed files with 1 additions and 0 deletions

View File

@ -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
}