Imports of package asm

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/vbatts/tar-split/archive/tarPackage tar implements access to tar archives.
github.com/vbatts/tar-split/tar/storagePackage storage is for metadata of a tar archive.
hashPackage hash provides interfaces for hash functions.
hash/crc64Package crc64 implements the 64-bit cyclic redundancy check, or CRC-64, checksum.
ioPackage io provides basic interfaces to I/O primitives.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.