Imports of package version

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/go/internal/basePackage base defines shared basic pieces of the go command, in particular logging and the Command structure.
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.
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.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.