mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-23 20:27:46 +08:00
9 lines
274 B
Go
9 lines
274 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package instrumentation // import "go.opentelemetry.io/otel/sdk/instrumentation"
|
|
|
|
// Library represents the instrumentation library.
|
|
// Deprecated: please use Scope instead.
|
|
type Library = Scope
|