Imports of package regtest

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/telemetry/counterPackage counter implements a simple counter system for collecting totally public telemetry data.
golang.org/x/telemetry/counter/countertestcountertest provides testing utilities for counters.
golang.org/x/telemetry/internal/counterPackage internal/counter implements the internals of the public counter package.
golang.org/x/telemetry/internal/telemetryPackage telemetry manages the telemetry mode file.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.