internal/ directory

Directories

PathSynopsis
internal/abi
internal/buildcfgPackage buildcfg provides access to the build configuration described by the current environment.
internal/bytealg
internal/cfgPackage cfg holds configuration shared by the Go command and internal/testenv.
internal/cpuPackage cpu implements processor feature detection used by the Go standard library.
internal/diff
internal/fmtsortPackage fmtsort provides a general stable ordering mechanism for maps, on behalf of the fmt and text/template packages.
internal/fuzzPackage fuzz provides common fuzzing functionality for tests built with "go test" and for programs that use fuzzing functionality in the testing package.
internal/goarchpackage goarch contains GOARCH-specific constants.
internal/godebugPackage godebug parses the GODEBUG environment variable.
internal/goexperimentPackage goexperiment implements support for toolchain experiments.
internal/goospackage goos contains GOOS-specific constants.
internal/goroot
internal/goversion
internal/internPackage intern lets you make smaller comparable values by boxing a larger comparable value (such as a 16 byte string header) down into a globally unique 8 byte pointer.
internal/itoa
internal/lazyregexpPackage lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init.
internal/lazytemplatePackage lazytemplate is a thin wrapper over text/template, allowing the use of global template variables without forcing them to be parsed at init.
internal/nettracePackage nettrace contains internal hooks for tracing activity in the net package.
internal/obscuretestdataPackage obscuretestdata contains functionality used by tests to more easily work with testdata that must be obscured primarily due to golang.org/issue/34986.
internal/oserrorPackage oserror defines errors values used in the os package.
internal/pkgbitsPackage pkgbits implements low-level coding abstractions for Unified IR's export data format.
internal/pollPackage poll supports non-blocking I/O on file descriptors with polling.
internal/profilePackage profile provides a representation of github.com/google/pprof/proto/profile.proto and methods to encode/decode/merge profiles in this format.
internal/racePackage race contains helper functions for manually instrumenting code for the race detector.
internal/reflectlitePackage reflectlite implements lightweight version of reflect, not using any package except for "runtime" and "unsafe".
internal/safefilepathPackage safefilepath manipulates operating-system file paths.
internal/singleflightPackage singleflight provides a duplicate function call suppression mechanism.
internal/syscall
internal/syscall/execenv
internal/syscall/unix
internal/sysinfoPackage sysinfo implements high level hardware information gathering that can be used for debugging or information purposes.
internal/testenvPackage testenv provides information about what functionality is available in different testing environments run by the Go team.
internal/testlogPackage 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.
internal/trace
internal/txtarPackage txtar implements a trivial text-based file archive format.
internal/unsafeheaderPackage unsafeheader contains header declarations for the Go runtime's slice and string implementations.
internal/xcoffPackage xcoff implements access to XCOFF (Extended Common Object File Format) files.
Version
v1.19.5
Published
Jan 9, 2023
Platform
js/wasm
Last checked
3 minutes ago

Tools for package owners.