internal/ directory

Directories

PathSynopsis
internal/cpuPackage cpu implements processor feature detection used by the Go standard library.
internal/nettracePackage nettrace contains internal hooks for tracing activity in the net package.
internal/pollPackage poll supports non-blocking I/O on file descriptors with polling.
internal/racePackage race contains helper functions for manually instrumenting code for the race detector.
internal/singleflightPackage singleflight provides a duplicate function call suppression mechanism.
internal/syscall
internal/syscall/windows
internal/syscall/windows/registry
internal/syscall/windows/sysdllPackage sysdll is an internal leaf package that records and reports which Windows DLL names are used by Go itself.
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
Version
v1.10.0-beta.2
Published
Jan 11, 2018
Platform
js/wasm
Last checked
5 minutes ago

Tools for package owners.