Imports of package buildid

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/internal/codesignPackage codesign provides basic functionalities for ad-hoc code signing of Mach-O files.
cmd/internal/machoPackage macho provides functionalities to handle Mach-O beyond the debug/macho package, for the toolchain.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
debug/elfPackage elf implements access to ELF object files.
debug/machoPackage macho implements access to Mach-O object files.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/xcoffPackage xcoff implements access to XCOFF (Extended Common Object File Format) files.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.