Imports of package memoize

PathSynopsis
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/internal/xcontextPackage xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtime/tracePackage trace contains facilities for programs to generate traces for the Go execution tracer.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.