mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-24 05:06:35 +00: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
|