Imports of package debug

PathSynopsis
archive/zipPackage zip provides support for reading and writing ZIP archives.
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/internal/eventPackage event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
golang.org/x/tools/internal/event/corePackage core provides support for event based telemetry.
golang.org/x/tools/internal/event/export
golang.org/x/tools/internal/event/export/metricPackage metric aggregates events into metrics that can be exported.
golang.org/x/tools/internal/event/export/ocagent
golang.org/x/tools/internal/event/export/prometheus
golang.org/x/tools/internal/event/keys
golang.org/x/tools/internal/event/label
golang.org/x/tools/internal/lsp/cache
golang.org/x/tools/internal/lsp/debug/log
golang.org/x/tools/internal/lsp/debug/tag
golang.org/x/tools/internal/lsp/protocol
golang.org/x/tools/internal/lsp/source
golang.org/x/xerrorsPackage xerrors implements functions to manipulate errors.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/pprofPackage pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
runtime/pprofPackage pprof writes runtime profiling data in the format expected by the pprof visualization tool.
runtime/tracePackage trace contains facilities for programs to generate traces for the Go execution tracer.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.