Imports of package testutils

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/sdk/metricPackage metric provides an implementation of the OpenTelemetry metrics SDK.
go.opentelemetry.io/otel/sdk/metric/metricdata
go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatestPackage metricdatatest provides testing functionality for use with the metricdata package.
slicesPackage slices defines various functions useful with slices of any type.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.