Imports of package resources

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
ioPackage io provides basic interfaces to I/O primitives.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
unsafePackage unsafe contains operations that step around the type safety of Go programs.