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