chore: add tests for dl #34

Merged
xpamych merged 4 commits from Maks1mS/ALR:chore/add-tests into master 2025-01-31 16:33:16 +00:00
Showing only changes of commit d2bcb4e345 - Show all commits

@ -143,7 +143,6 @@ func (FileDownloader) Download(ctx context.Context, opts Options) (Type, string,
return 0, "", err return 0, "", err
} }
r.Close() r.Close()
// out.Close()
// Проверка контрольной суммы // Проверка контрольной суммы
if opts.Hash != nil { if opts.Hash != nil {