Imports of package gc

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/compile/internal/base
cmd/compile/internal/coverage
cmd/compile/internal/deadlocalsThe deadlocals pass removes assignments to unused local variables.
cmd/compile/internal/dwarfgen
cmd/compile/internal/escape
cmd/compile/internal/inline
cmd/compile/internal/inline/interleavedPackage interleaved implements the interleaved devirtualization and inlining pass.
cmd/compile/internal/ir
cmd/compile/internal/liveness
cmd/compile/internal/logopt
cmd/compile/internal/loopvarPackage loopvar applies the proper variable capture, according to experiment, flags, language version, etc.
cmd/compile/internal/noder
cmd/compile/internal/objw
cmd/compile/internal/pgoirPackage pgoir associates a PGO profile with the IR of the current package compilation.
cmd/compile/internal/pkginit
cmd/compile/internal/reflectdata
cmd/compile/internal/rttypePackage rttype allows the compiler to share type information with the runtime.
cmd/compile/internal/ssa
cmd/compile/internal/ssagen
cmd/compile/internal/staticdata
cmd/compile/internal/staticinit
cmd/compile/internal/typecheck
cmd/compile/internal/types
cmd/compile/internal/walk
cmd/internal/archivePackage archive implements reading of archive files generated by the Go toolchain.
cmd/internal/bioPackage bio implements common I/O abstractions used within the Go toolchain.
cmd/internal/dwarfPackage dwarf generates DWARF debugging information.
cmd/internal/obj
cmd/internal/objabi
cmd/internal/src
cmd/internal/telemetry/counter
cmpPackage cmp provides types and functions related to comparing ordered values.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/constantPackage constant implements Values representing untyped Go constants and their corresponding operations.
internal/buildcfgPackage buildcfg provides access to the build configuration described by the current environment.
internal/racePackage race contains helper functions for manually instrumenting code for the race detector.
logPackage log implements a simple logging package.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/urlPackage url parses URLs and implements query escaping.
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.
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.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.