Imports of package configtest

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/telemetry/internal/configstorePackage configstore abstracts interaction with the telemetry config server.
golang.org/x/telemetry/internal/proxyPackage proxy provides functions for writing module data to a directory in proxy format, so that it can be used as a module proxy by setting GOPROXY="file://<dir>".
golang.org/x/telemetry/internal/telemetryPackage telemetry manages the telemetry mode file.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
testingPackage testing provides support for automated testing of Go packages.