Overview of go-internal packages
masterThe go-internal repository provides an opinionated selection of internal packages and testing utilities extracted from the Go standard library. It is primarily used by Go contributors and projects like CUE that require specialized testing infrastructure or Go-specific internal logic.
Available packages include:
goproxytest: AGOPROXYimplementation designed for testing.gotooltest: Utilities for using the Go tool within test scripts.imports: Support for reading import statements and lists of known architectures and OSs.par: Utilities for performing work in parallel.testenv: Provides information about the current testing environment.testscript: A shell-like test environment for testing Go CLI commands.txtar: Simple text-based file archives for testing (Note: users should prefergolang.org/x/tools/txtarwhere possible).