std/archive/testdata/deno.tar
Marcos Casagrande 81f8f44f4d fix(archive): untar (denoland/deno#6217)
- Fix `Untar` for tarballs with multiple files (Currently throwing `"checksum error"`)
- Fix parsing, now all `ustar` versions should be supported. Linux `tar -cvf deno.tar dir/` is not working on master. 
- Added `asyncIterator`
- Added README.md
2021-02-01 10:46:57 +00:00

10 KiB