Imports of package buildinfo

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
debug/elfPackage elf implements access to ELF object files.
debug/machoPackage macho implements access to Mach-O object files.
debug/pePackage pe implements access to PE (Microsoft Windows Portable Executable) files.
debug/plan9objPackage plan9obj implements access to Plan 9 a.out object files.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/saferioPackage saferio provides I/O functions that avoid allocating large amounts of memory unnecessarily.
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.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
unsafePackage unsafe contains operations that step around the type safety of Go programs.