| abi |
|
| asan |
Package asan contains helper functions for manually instrumenting code for the address sanitizer. |
| bisect |
Package bisect can be used by compilers and other programs to serve as a target for the bisect debugging tool. |
| buildcfg |
Package buildcfg provides access to the build configuration described by the current environment. |
| bytealg |
|
| byteorder |
Package byteorder provides functions for decoding and encoding little and big endian integer types from/to byte slices. |
| cfg |
Package cfg holds configuration shared by the Go command and internal/testenv. |
| cgrouptest |
Package cgrouptest provides best-effort helpers for running tests inside a cgroup. |
| chacha8rand |
Package chacha8rand implements a pseudorandom generator based on ChaCha8. |
| coverage |
|
| cpu |
Package cpu implements processor feature detection used by the Go standard library. |
| dag |
Package dag implements a language for expressing directed acyclic graphs. |
| diff |
|
| exportdata |
Package exportdata implements common utilities for finding and reading gc-generated object files. |
| filepathlite |
Package filepathlite implements a subset of path/filepath, only using packages which may be imported by "os". |
| fmtsort |
Package fmtsort provides a general stable ordering mechanism for maps, on behalf of the fmt and text/template packages. |
| fuzz |
Package fuzz provides common fuzzing functionality for tests built with "go test" and for programs that use fuzzing functionality in the testing package. |
| goarch |
package goarch contains GOARCH-specific constants. |
| godebug |
Package godebug makes the settings in the $GODEBUG environment variable available to other packages. |
| godebugs |
Package godebugs provides a table of known GODEBUG settings, for use by a variety of other packages, including internal/godebug, runtime, runtime/metrics, and cmd/go/internal/load. |
| goexperiment |
Package goexperiment implements support for toolchain experiments. |
| goos |
package goos contains GOOS-specific constants. |
| goroot |
|
| gover |
Package gover implements support for Go toolchain versions like 1.21.0 and 1.21rc1. |
| goversion |
|
| itoa |
|
| lazyregexp |
Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init. |
| lazytemplate |
Package lazytemplate is a thin wrapper over text/template, allowing the use of global template variables without forcing them to be parsed at init. |
| msan |
Package msan contains helper functions for manually instrumenting code for the memory sanitizer. |
| nettrace |
Package nettrace contains internal hooks for tracing activity in the net package. |
| obscuretestdata |
Package obscuretestdata contains functionality used by tests to more easily work with testdata that must be obscured primarily due to golang.org/issue/34986. |
| oserror |
Package oserror defines errors values used in the os package. |
| pkgbits |
Package pkgbits implements low-level coding abstractions for Unified IR's (UIR) binary export data format. |
| platform |
|
| poll |
Package poll supports non-blocking I/O on file descriptors with polling. |
| profile |
Package profile represents a pprof profile as a directed graph. |
| profilerecord |
Package profilerecord holds internal types used to represent profiling records with deep stack traces. |
| race |
Package race contains helper functions for manually instrumenting code for the race detector. |
| reflectlite |
Package reflectlite implements lightweight version of reflect, not using any package except for "runtime", "unsafe", and "internal/abi" |
| runtime/atomic |
Package atomic provides atomic operations, independent of sync/atomic, to the runtime. |
| runtime/cgroup |
|
| runtime/exithook |
Package exithook provides limited support for on-exit cleanup. |
| runtime/gc |
|
| runtime/maps |
Package maps implements Go's builtin map type. |
| runtime/math |
|
| runtime/startlinetest |
Package startlinetest contains helpers for runtime_test.TestStartLineAsm. |
| runtime/strconv |
|
| runtime/sys |
package sys contains system- and configuration- and architecture-specific constants used by the runtime. |
| runtime/syscall |
Package syscall provides the syscall primitives required for the runtime. |
| saferio |
Package saferio provides I/O functions that avoid allocating large amounts of memory unnecessarily. |
| singleflight |
Package singleflight provides a duplicate function call suppression mechanism. |
| stringslite |
Package stringslite implements a subset of strings, only using packages that may be imported by "os". |
| sync |
Package sync provides basic synchronization primitives such as mutual exclusion locks to internal packages (including ones that depend on sync). |
| synctest |
Package synctest provides support for testing concurrent code. |
| syscall/execenv |
|
| syscall/unix |
|
| sysinfo |
Package sysinfo implements high level hardware information gathering that can be used for debugging or information purposes. |
| syslist |
|
| testenv |
Package testenv provides information about what functionality is available in different testing environments run by the Go team. |
| testhash |
|
| testlog |
Package testlog provides a back-channel communication path between tests and package os, so that cmd/go can see which environment variables and files a test consults. |
| testpty |
Package testpty is a simple pseudo-terminal package for Unix systems, implemented by calling C functions via cgo. |
| trace |
|
| txtar |
Package txtar implements a trivial text-based file archive format. |
| types/errors |
|
| unsafeheader |
Package unsafeheader contains header declarations for the Go runtime's slice and string implementations. |
| xcoff |
Package xcoff implements access to XCOFF (Extended Common Object File Format) files. |
| zstd |
Package zstd provides a decompressor for zstd streams, described in RFC 8878. |