Imports of package playground

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/tools/godoc/golangorgenv
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.