mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-05 13:15:41 +02:00
d7e7da66a9
Towards #5801
11 lines
233 B
Go
11 lines
233 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Passthrough example.
|
|
//
|
|
// Deprecated: Examples are moved to https://github.com/open-telemetry/opentelemetry-go-contrib.
|
|
package main
|
|
|
|
func main() {
|
|
}
|