Skip to content

Commit

Permalink
add package comment to otelgrpc/internal/test (#5085)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
dashpole and MrAlias authored Feb 14, 2024
1 parent 72f859c commit 4e9ecc2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Copied from https://github.com/grpc/grpc-go/tree/v1.61.0/interop
// That package was never intended to be used by external code.
// See https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4896

/*
*
* Copyright 2014 gRPC authors.
Expand All @@ -34,6 +30,11 @@
*
*/

// Package test contains functions used by interop client/server.
//
// Copied from https://github.com/grpc/grpc-go/tree/v1.61.0/interop
// That package was not intended to be used by external code.
// See https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4896
package test // import "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal/test"

import (
Expand Down

0 comments on commit 4e9ecc2

Please sign in to comment.